public class AudioComponentType extends MediaComponentType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
blockAlign |
protected int |
channelCount |
protected Long |
channelLayout |
protected Long |
frameSize |
protected AudioMediaInfoType |
mediaInfo |
protected String |
sampleFormat |
bitrate, codec, duration, edl, essenceStreamId, extradata, interval, itemTrack, level, numberOfPackets, pid, profile, startTimestamp, timeBasefile, id, metadata| Constructor and Description |
|---|
AudioComponentType() |
getBitrate, getCodec, getDuration, getEdl, getEssenceStreamId, getExtradata, getInterval, getItemTrack, getLevel, getNumberOfPackets, getPid, getProfile, getStartTimestamp, getTimeBase, isSetBitrate, isSetCodec, isSetDuration, isSetEdl, isSetEssenceStreamId, isSetExtradata, isSetInterval, isSetItemTrack, isSetLevel, isSetNumberOfPackets, isSetPid, isSetProfile, isSetStartTimestamp, isSetTimeBase, setBitrate, setCodec, setDuration, setEdl, setEssenceStreamId, setExtradata, setInterval, setItemTrack, setLevel, setNumberOfPackets, setPid, setProfile, setStartTimestamp, setTimeBasegetFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadataprotected int channelCount
protected Long channelLayout
protected String sampleFormat
protected Long frameSize
protected Long blockAlign
protected AudioMediaInfoType mediaInfo
public int getChannelCount()
public void setChannelCount(int value)
public boolean isSetChannelCount()
public Long getChannelLayout()
Longpublic void setChannelLayout(Long value)
value - allowed object is
Longpublic boolean isSetChannelLayout()
public String getSampleFormat()
Stringpublic void setSampleFormat(String value)
value - allowed object is
Stringpublic boolean isSetSampleFormat()
public Long getFrameSize()
Longpublic void setFrameSize(Long value)
value - allowed object is
Longpublic boolean isSetFrameSize()
public Long getBlockAlign()
Longpublic void setBlockAlign(Long value)
value - allowed object is
Longpublic boolean isSetBlockAlign()
public AudioMediaInfoType getMediaInfo()
AudioMediaInfoTypepublic void setMediaInfo(AudioMediaInfoType value)
value - allowed object is
AudioMediaInfoTypepublic boolean isSetMediaInfo()
public Object clone()
clone in class MediaComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MediaComponentTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MediaComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MediaComponentTypepublic AudioComponentType withChannelCount(int value)
public AudioComponentType withChannelLayout(Long value)
public AudioComponentType withSampleFormat(String value)
public AudioComponentType withFrameSize(Long value)
public AudioComponentType withBlockAlign(Long value)
public AudioComponentType withMediaInfo(AudioMediaInfoType value)
public AudioComponentType withCodec(String value)
withCodec in class MediaComponentTypepublic AudioComponentType withTimeBase(TimeBaseType value)
withTimeBase in class MediaComponentTypepublic AudioComponentType withItemTrack(String value)
withItemTrack in class MediaComponentTypepublic AudioComponentType withEssenceStreamId(Integer value)
withEssenceStreamId in class MediaComponentTypepublic AudioComponentType withInterval(TimeIntervalType value)
withInterval in class MediaComponentTypepublic AudioComponentType withBitrate(Long value)
withBitrate in class MediaComponentTypepublic AudioComponentType withNumberOfPackets(Long value)
withNumberOfPackets in class MediaComponentTypepublic AudioComponentType withExtradata(byte[] value)
withExtradata in class MediaComponentTypepublic AudioComponentType withPid(Integer value)
withPid in class MediaComponentTypepublic AudioComponentType withDuration(TimeCodeType value)
withDuration in class MediaComponentTypepublic AudioComponentType withProfile(Integer value)
withProfile in class MediaComponentTypepublic AudioComponentType withLevel(Integer value)
withLevel in class MediaComponentTypepublic AudioComponentType withEdl(EDLType value)
withEdl in class MediaComponentTypepublic AudioComponentType withStartTimestamp(TimeCodeType value)
withStartTimestamp in class MediaComponentTypepublic AudioComponentType withFile(FileType... values)
withFile in class MediaComponentTypepublic AudioComponentType withFile(Collection<FileType> values)
withFile in class MediaComponentTypepublic AudioComponentType withId(String value)
withId in class MediaComponentTypepublic AudioComponentType withMetadata(KeyValuePairType... values)
withMetadata in class MediaComponentTypepublic AudioComponentType withMetadata(Collection<KeyValuePairType> values)
withMetadata in class MediaComponentTypeCopyright © 2015. All rights reserved.