Class AudioClipType

  • 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 AudioClipType
    extends ClipType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for AudioClipType complex type.

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

     <complexType name="AudioClipType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}ClipType">
           <attribute name="channel" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • channel

        protected int channel
    • Constructor Detail

      • AudioClipType

        public AudioClipType()