public class AudioTrackTranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for AudioTrackTranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudioTrackTranscodePresetType"> <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="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" 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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AudioTrackTranscodePresetType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Integer |
bitrate |
protected List<Integer> |
channel |
protected String |
codec |
protected TimeBaseType |
framerate |
protected List<AudioTranscodePresetMixType> |
mix |
protected List<String> |
preset |
protected List<KeyValuePairType> |
setting |
Constructor and Description |
---|
AudioTrackTranscodePresetType() |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getBitrate()
Gets the value of the bitrate property.
|
List<Integer> |
getChannel()
Gets the value of the channel property.
|
String |
getCodec()
Gets the value of the codec property.
|
TimeBaseType |
getFramerate()
Gets the value of the framerate property.
|
List<AudioTranscodePresetMixType> |
getMix()
Gets the value of the mix property.
|
List<String> |
getPreset()
Gets the value of the preset property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
boolean |
isSetBitrate() |
boolean |
isSetChannel() |
boolean |
isSetCodec() |
boolean |
isSetFramerate() |
boolean |
isSetMix() |
boolean |
isSetPreset() |
boolean |
isSetSetting() |
void |
setBitrate(Integer value)
Sets the value of the bitrate property.
|
void |
setCodec(String value)
Sets the value of the codec property.
|
void |
setFramerate(TimeBaseType value)
Sets the value of the framerate property.
|
void |
unsetChannel() |
void |
unsetMix() |
void |
unsetPreset() |
void |
unsetSetting() |
AudioTrackTranscodePresetType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AudioTrackTranscodePresetType |
withBitrate(Integer value) |
AudioTrackTranscodePresetType |
withChannel(Collection<Integer> values) |
AudioTrackTranscodePresetType |
withChannel(Integer... values) |
AudioTrackTranscodePresetType |
withCodec(String value) |
AudioTrackTranscodePresetType |
withFramerate(TimeBaseType value) |
AudioTrackTranscodePresetType |
withMix(AudioTranscodePresetMixType... values) |
AudioTrackTranscodePresetType |
withMix(Collection<AudioTranscodePresetMixType> values) |
AudioTrackTranscodePresetType |
withPreset(Collection<String> values) |
AudioTrackTranscodePresetType |
withPreset(String... values) |
AudioTrackTranscodePresetType |
withSetting(Collection<KeyValuePairType> values) |
AudioTrackTranscodePresetType |
withSetting(KeyValuePairType... values) |
protected String codec
protected Integer bitrate
protected TimeBaseType framerate
protected List<KeyValuePairType> setting
protected List<AudioTranscodePresetMixType> mix
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<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 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 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 AudioTrackTranscodePresetType withCodec(String value)
public AudioTrackTranscodePresetType withBitrate(Integer value)
public AudioTrackTranscodePresetType withFramerate(TimeBaseType value)
public AudioTrackTranscodePresetType withChannel(Integer... values)
public AudioTrackTranscodePresetType withChannel(Collection<Integer> values)
public AudioTrackTranscodePresetType withPreset(String... values)
public AudioTrackTranscodePresetType withPreset(Collection<String> values)
public AudioTrackTranscodePresetType withSetting(KeyValuePairType... values)
public AudioTrackTranscodePresetType withSetting(Collection<KeyValuePairType> values)
public AudioTrackTranscodePresetType withMix(AudioTranscodePresetMixType... values)
public AudioTrackTranscodePresetType withMix(Collection<AudioTranscodePresetMixType> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public AudioTrackTranscodePresetType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.