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() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
Long |
getBlockAlign()
Gets the value of the blockAlign property.
|
int |
getChannelCount()
Gets the value of the channelCount property.
|
Long |
getChannelLayout()
Gets the value of the channelLayout property.
|
Long |
getFrameSize()
Gets the value of the frameSize property.
|
AudioMediaInfoType |
getMediaInfo()
Gets the value of the mediaInfo property.
|
String |
getSampleFormat()
Gets the value of the sampleFormat property.
|
boolean |
isSetBlockAlign() |
boolean |
isSetChannelCount() |
boolean |
isSetChannelLayout() |
boolean |
isSetFrameSize() |
boolean |
isSetMediaInfo() |
boolean |
isSetSampleFormat() |
void |
setBlockAlign(Long value)
Sets the value of the blockAlign property.
|
void |
setChannelCount(int value)
Sets the value of the channelCount property.
|
void |
setChannelLayout(Long value)
Sets the value of the channelLayout property.
|
void |
setFrameSize(Long value)
Sets the value of the frameSize property.
|
void |
setMediaInfo(AudioMediaInfoType value)
Sets the value of the mediaInfo property.
|
void |
setSampleFormat(String value)
Sets the value of the sampleFormat property.
|
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 MediaComponentTypeCopyright © 2015. All rights reserved.