public class AudioTranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AudioTranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioTranscodePresetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bitrate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="framerate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="noAudio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="mix" type="{http://xml.vidispine.com/schema/vidispine}AudioTranscodePresetMixType" maxOccurs="unbounded" minOccurs="0"/> <element name="otif" type="{http://xml.vidispine.com/schema/vidispine}OtifPresetType" minOccurs="0"/> <element name="monoFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="allChannel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="output" type="{http://xml.vidispine.com/schema/vidispine}AudioOutputType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AudioTranscodePresetType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allChannel |
protected Integer |
bitrate |
protected List<Integer> |
channel |
protected String |
codec |
protected TimeBaseType |
framerate |
protected List<AudioTranscodePresetMixType> |
mix |
protected Boolean |
monoFile |
protected Boolean |
noAudio |
protected OtifPresetType |
otif |
protected List<AudioOutputType> |
output |
protected List<String> |
preset |
protected List<KeyValuePairType> |
setting |
protected List<Integer> |
stream |
Constructor and Description |
---|
AudioTranscodePresetType() |
protected String codec
protected Integer bitrate
protected TimeBaseType framerate
protected Boolean noAudio
protected List<KeyValuePairType> setting
protected List<AudioTranscodePresetMixType> mix
protected OtifPresetType otif
protected Boolean monoFile
protected Boolean allChannel
protected List<AudioOutputType> output
public String getCodec()
String
public void setCodec(String value)
value
- allowed object is
String
public boolean isSetCodec()
public Integer getBitrate()
Integer
public void setBitrate(Integer value)
value
- allowed object is
Integer
public boolean isSetBitrate()
public TimeBaseType getFramerate()
TimeBaseType
public void setFramerate(TimeBaseType value)
value
- allowed object is
TimeBaseType
public boolean isSetFramerate()
public List<Integer> getChannel()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetChannel()
public void unsetChannel()
public List<Integer> getStream()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetStream()
public void unsetStream()
public List<String> getPreset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the preset property.
For example, to add a new item, do as follows:
getPreset().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPreset()
public void unsetPreset()
public Boolean isNoAudio()
Boolean
public void setNoAudio(Boolean value)
value
- allowed object is
Boolean
public boolean isSetNoAudio()
public List<KeyValuePairType> getSetting()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the setting property.
For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetSetting()
public void unsetSetting()
public List<AudioTranscodePresetMixType> getMix()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the mix property.
For example, to add a new item, do as follows:
getMix().add(newItem);
Objects of the following type(s) are allowed in the list
AudioTranscodePresetMixType
public boolean isSetMix()
public void unsetMix()
public OtifPresetType getOtif()
OtifPresetType
public void setOtif(OtifPresetType value)
value
- allowed object is
OtifPresetType
public boolean isSetOtif()
public Boolean isMonoFile()
Boolean
public void setMonoFile(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMonoFile()
public Boolean isAllChannel()
Boolean
public void setAllChannel(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllChannel()
public List<AudioOutputType> getOutput()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
AudioOutputType
public boolean isSetOutput()
public void unsetOutput()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public AudioTranscodePresetType withCodec(String value)
public AudioTranscodePresetType withBitrate(Integer value)
public AudioTranscodePresetType withFramerate(TimeBaseType value)
public AudioTranscodePresetType withChannel(Integer... values)
public AudioTranscodePresetType withChannel(Collection<Integer> values)
public AudioTranscodePresetType withStream(Integer... values)
public AudioTranscodePresetType withStream(Collection<Integer> values)
public AudioTranscodePresetType withPreset(String... values)
public AudioTranscodePresetType withPreset(Collection<String> values)
public AudioTranscodePresetType withNoAudio(Boolean value)
public AudioTranscodePresetType withSetting(KeyValuePairType... values)
public AudioTranscodePresetType withSetting(Collection<KeyValuePairType> values)
public AudioTranscodePresetType withMix(AudioTranscodePresetMixType... values)
public AudioTranscodePresetType withMix(Collection<AudioTranscodePresetMixType> values)
public AudioTranscodePresetType withOtif(OtifPresetType value)
public AudioTranscodePresetType withMonoFile(Boolean value)
public AudioTranscodePresetType withAllChannel(Boolean value)
public AudioTranscodePresetType withOutput(AudioOutputType... values)
public AudioTranscodePresetType withOutput(Collection<AudioOutputType> values)
public AudioTranscodePresetType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.