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, timeBase
file, 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, setTimeBase
getFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadata
protected 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()
Long
public void setChannelLayout(Long value)
value
- allowed object is
Long
public boolean isSetChannelLayout()
public String getSampleFormat()
String
public void setSampleFormat(String value)
value
- allowed object is
String
public boolean isSetSampleFormat()
public Long getFrameSize()
Long
public void setFrameSize(Long value)
value
- allowed object is
Long
public boolean isSetFrameSize()
public Long getBlockAlign()
Long
public void setBlockAlign(Long value)
value
- allowed object is
Long
public boolean isSetBlockAlign()
public AudioMediaInfoType getMediaInfo()
AudioMediaInfoType
public void setMediaInfo(AudioMediaInfoType value)
value
- allowed object is
AudioMediaInfoType
public boolean isSetMediaInfo()
public Object clone()
clone
in class MediaComponentType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MediaComponentType
public 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.CopyTo
copyTo
in class MediaComponentType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MediaComponentType
Copyright © 2016. All rights reserved.