Class AudioComponentType

All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class AudioComponentType extends MediaComponentType implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

    • channelCount

      protected int channelCount
    • channelLayout

      protected Long channelLayout
    • sampleFormat

      protected String sampleFormat
    • frameSize

      protected Long frameSize
    • blockAlign

      protected Long blockAlign
    • mediaInfo

      protected AudioMediaInfoType mediaInfo
  • Constructor Details

    • AudioComponentType

      public AudioComponentType()
  • Method Details