Class VideoComponentType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class VideoComponentType
    extends MediaComponentType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for VideoComponentType complex type.

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

     <complexType name="VideoComponentType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}MediaComponentType">
           <sequence>
             <element name="videoStandard" minOccurs="0">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
             <element name="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/>
             <element name="pixelFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="maxBFrames" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
             <element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
             <element name="fieldOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="codecTimeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
             <element name="averageFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
             <element name="realBaseFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
             <element name="displayWidth" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
             <element name="displayHeight" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
             <element name="displayXOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
             <element name="displayYOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
             <element name="containerSAR" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
             <element name="colr_primaries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="colr_transfer_function" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="colr_matrix" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="max_packet_size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ticks_per_frame" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="bitDepth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="bitsPerPixel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="colorPrimaries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}VideoMediaInfoType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form