Class FrameSideDataType


  • public class FrameSideDataType
    extends Object

    Java class for frameSideDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="frameSideDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="timecodes" type="{http://www.ffmpeg.org/schema/ffprobe}frameSideDataTimecodeList" minOccurs="0"/>
           </sequence>
           <attribute name="side_data_type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="side_data_size" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="timecode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FrameSideDataType

        public FrameSideDataType()
    • Method Detail

      • getSideDataType

        public String getSideDataType()
        Gets the value of the sideDataType property.
        Returns:
        possible object is String
      • setSideDataType

        public void setSideDataType​(String value)
        Sets the value of the sideDataType property.
        Parameters:
        value - allowed object is String
      • getSideDataSize

        public Integer getSideDataSize()
        Gets the value of the sideDataSize property.
        Returns:
        possible object is Integer
      • setSideDataSize

        public void setSideDataSize​(Integer value)
        Sets the value of the sideDataSize property.
        Parameters:
        value - allowed object is Integer
      • getTimecode

        public String getTimecode()
        Gets the value of the timecode property.
        Returns:
        possible object is String
      • setTimecode

        public void setTimecode​(String value)
        Sets the value of the timecode property.
        Parameters:
        value - allowed object is String