Class AudioComponentType

  • 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 AudioComponentType
    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 AudioComponentType complex type.

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

     <complexType name="AudioComponentType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}MediaComponentType">
           <sequence>
             <element name="channelCount" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
             <element name="channelLayout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="sampleFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="frameSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="blockAlign" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}AudioMediaInfoType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form