public class VideoTranscodePresetType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VideoTranscodePresetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoTranscodePresetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scaling" type="{http://xml.vidispine.com/schema/vidispine}ScalingType" minOccurs="0"/>
<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="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/>
<element name="displayWidth" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayHeight" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayXOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="displayYOffset" type="{http://xml.vidispine.com/schema/vidispine}RationalType" minOccurs="0"/>
<element name="containerSAR" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
<element name="forceCFR" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="gopSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maxBFrames" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pixelFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="profile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="noVideo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stripParameterSets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="addParameterSets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="parameterSets" type="{http://www.w3.org/2001/XMLSchema}hexBinary" minOccurs="0"/>
<element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="burnTimecode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="burnSubtitles" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="imageQuality" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="otif" type="{http://xml.vidispine.com/schema/vidispine}OtifPresetType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
addParameterSets |
protected Integer |
bitrate |
protected Boolean |
burnSubtitles |
protected Boolean |
burnTimecode |
protected String |
codec |
protected AspectRatioType |
containerSAR |
protected RationalType |
displayHeight |
protected RationalType |
displayWidth |
protected RationalType |
displayXOffset |
protected RationalType |
displayYOffset |
protected Boolean |
forceCFR |
protected TimeBaseType |
framerate |
protected Integer |
gopSize |
protected BigInteger |
imageQuality |
protected Integer |
maxBFrames |
protected Boolean |
noVideo |
protected OtifPresetType |
otif |
protected byte[] |
parameterSets |
protected String |
pixelFormat |
protected List<String> |
preset |
protected List<String> |
profile |
protected ResolutionType |
resolution |
protected ScalingType |
scaling |
protected List<KeyValuePairType> |
setting |
protected Boolean |
stripParameterSets |
| Constructor and Description |
|---|
VideoTranscodePresetType() |
| 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() |
Integer |
getBitrate()
Gets the value of the bitrate property.
|
String |
getCodec()
Gets the value of the codec property.
|
AspectRatioType |
getContainerSAR()
Gets the value of the containerSAR property.
|
RationalType |
getDisplayHeight()
Gets the value of the displayHeight property.
|
RationalType |
getDisplayWidth()
Gets the value of the displayWidth property.
|
RationalType |
getDisplayXOffset()
Gets the value of the displayXOffset property.
|
RationalType |
getDisplayYOffset()
Gets the value of the displayYOffset property.
|
TimeBaseType |
getFramerate()
Gets the value of the framerate property.
|
Integer |
getGopSize()
Gets the value of the gopSize property.
|
BigInteger |
getImageQuality()
Gets the value of the imageQuality property.
|
Integer |
getMaxBFrames()
Gets the value of the maxBFrames property.
|
OtifPresetType |
getOtif()
Gets the value of the otif property.
|
byte[] |
getParameterSets()
Gets the value of the parameterSets property.
|
String |
getPixelFormat()
Gets the value of the pixelFormat property.
|
List<String> |
getPreset()
Gets the value of the preset property.
|
List<String> |
getProfile()
Gets the value of the profile property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
ScalingType |
getScaling()
Gets the value of the scaling property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
Boolean |
isAddParameterSets()
Gets the value of the addParameterSets property.
|
Boolean |
isBurnSubtitles()
Gets the value of the burnSubtitles property.
|
Boolean |
isBurnTimecode()
Gets the value of the burnTimecode property.
|
Boolean |
isForceCFR()
Gets the value of the forceCFR property.
|
Boolean |
isNoVideo()
Gets the value of the noVideo property.
|
boolean |
isSetAddParameterSets() |
boolean |
isSetBitrate() |
boolean |
isSetBurnSubtitles() |
boolean |
isSetBurnTimecode() |
boolean |
isSetCodec() |
boolean |
isSetContainerSAR() |
boolean |
isSetDisplayHeight() |
boolean |
isSetDisplayWidth() |
boolean |
isSetDisplayXOffset() |
boolean |
isSetDisplayYOffset() |
boolean |
isSetForceCFR() |
boolean |
isSetFramerate() |
boolean |
isSetGopSize() |
boolean |
isSetImageQuality() |
boolean |
isSetMaxBFrames() |
boolean |
isSetNoVideo() |
boolean |
isSetOtif() |
boolean |
isSetParameterSets() |
boolean |
isSetPixelFormat() |
boolean |
isSetPreset() |
boolean |
isSetProfile() |
boolean |
isSetResolution() |
boolean |
isSetScaling() |
boolean |
isSetSetting() |
boolean |
isSetStripParameterSets() |
Boolean |
isStripParameterSets()
Gets the value of the stripParameterSets property.
|
void |
setAddParameterSets(Boolean value)
Sets the value of the addParameterSets property.
|
void |
setBitrate(Integer value)
Sets the value of the bitrate property.
|
void |
setBurnSubtitles(Boolean value)
Sets the value of the burnSubtitles property.
|
void |
setBurnTimecode(Boolean value)
Sets the value of the burnTimecode property.
|
void |
setCodec(String value)
Sets the value of the codec property.
|
void |
setContainerSAR(AspectRatioType value)
Sets the value of the containerSAR property.
|
void |
setDisplayHeight(RationalType value)
Sets the value of the displayHeight property.
|
void |
setDisplayWidth(RationalType value)
Sets the value of the displayWidth property.
|
void |
setDisplayXOffset(RationalType value)
Sets the value of the displayXOffset property.
|
void |
setDisplayYOffset(RationalType value)
Sets the value of the displayYOffset property.
|
void |
setForceCFR(Boolean value)
Sets the value of the forceCFR property.
|
void |
setFramerate(TimeBaseType value)
Sets the value of the framerate property.
|
void |
setGopSize(Integer value)
Sets the value of the gopSize property.
|
void |
setImageQuality(BigInteger value)
Sets the value of the imageQuality property.
|
void |
setMaxBFrames(Integer value)
Sets the value of the maxBFrames property.
|
void |
setNoVideo(Boolean value)
Sets the value of the noVideo property.
|
void |
setOtif(OtifPresetType value)
Sets the value of the otif property.
|
void |
setParameterSets(byte[] value)
Sets the value of the parameterSets property.
|
void |
setPixelFormat(String value)
Sets the value of the pixelFormat property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
setScaling(ScalingType value)
Sets the value of the scaling property.
|
void |
setStripParameterSets(Boolean value)
Sets the value of the stripParameterSets property.
|
void |
unsetPreset() |
void |
unsetProfile() |
void |
unsetSetting() |
VideoTranscodePresetType |
withAddParameterSets(Boolean value) |
VideoTranscodePresetType |
withBitrate(Integer value) |
VideoTranscodePresetType |
withBurnSubtitles(Boolean value) |
VideoTranscodePresetType |
withBurnTimecode(Boolean value) |
VideoTranscodePresetType |
withCodec(String value) |
VideoTranscodePresetType |
withContainerSAR(AspectRatioType value) |
VideoTranscodePresetType |
withDisplayHeight(RationalType value) |
VideoTranscodePresetType |
withDisplayWidth(RationalType value) |
VideoTranscodePresetType |
withDisplayXOffset(RationalType value) |
VideoTranscodePresetType |
withDisplayYOffset(RationalType value) |
VideoTranscodePresetType |
withForceCFR(Boolean value) |
VideoTranscodePresetType |
withFramerate(TimeBaseType value) |
VideoTranscodePresetType |
withGopSize(Integer value) |
VideoTranscodePresetType |
withImageQuality(BigInteger value) |
VideoTranscodePresetType |
withMaxBFrames(Integer value) |
VideoTranscodePresetType |
withNoVideo(Boolean value) |
VideoTranscodePresetType |
withOtif(OtifPresetType value) |
VideoTranscodePresetType |
withParameterSets(byte[] value) |
VideoTranscodePresetType |
withPixelFormat(String value) |
VideoTranscodePresetType |
withPreset(Collection<String> values) |
VideoTranscodePresetType |
withPreset(String... values) |
VideoTranscodePresetType |
withProfile(Collection<String> values) |
VideoTranscodePresetType |
withProfile(String... values) |
VideoTranscodePresetType |
withResolution(ResolutionType value) |
VideoTranscodePresetType |
withScaling(ScalingType value) |
VideoTranscodePresetType |
withSetting(Collection<KeyValuePairType> values) |
VideoTranscodePresetType |
withSetting(KeyValuePairType... values) |
VideoTranscodePresetType |
withStripParameterSets(Boolean value) |
protected ScalingType scaling
protected String codec
protected Integer bitrate
protected TimeBaseType framerate
protected ResolutionType resolution
protected RationalType displayWidth
protected RationalType displayHeight
protected RationalType displayXOffset
protected RationalType displayYOffset
protected AspectRatioType containerSAR
protected Boolean forceCFR
protected Integer gopSize
protected Integer maxBFrames
protected String pixelFormat
protected Boolean noVideo
protected Boolean stripParameterSets
protected Boolean addParameterSets
protected byte[] parameterSets
protected List<KeyValuePairType> setting
protected Boolean burnTimecode
protected Boolean burnSubtitles
protected BigInteger imageQuality
protected OtifPresetType otif
public ScalingType getScaling()
ScalingTypepublic void setScaling(ScalingType value)
value - allowed object is
ScalingTypepublic boolean isSetScaling()
public String getCodec()
Stringpublic void setCodec(String value)
value - allowed object is
Stringpublic boolean isSetCodec()
public Integer getBitrate()
Integerpublic void setBitrate(Integer value)
value - allowed object is
Integerpublic boolean isSetBitrate()
public TimeBaseType getFramerate()
TimeBaseTypepublic void setFramerate(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetFramerate()
public ResolutionType getResolution()
ResolutionTypepublic void setResolution(ResolutionType value)
value - allowed object is
ResolutionTypepublic boolean isSetResolution()
public RationalType getDisplayWidth()
RationalTypepublic void setDisplayWidth(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayWidth()
public RationalType getDisplayHeight()
RationalTypepublic void setDisplayHeight(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayHeight()
public RationalType getDisplayXOffset()
RationalTypepublic void setDisplayXOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayXOffset()
public RationalType getDisplayYOffset()
RationalTypepublic void setDisplayYOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayYOffset()
public AspectRatioType getContainerSAR()
AspectRatioTypepublic void setContainerSAR(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetContainerSAR()
public Boolean isForceCFR()
Booleanpublic void setForceCFR(Boolean value)
value - allowed object is
Booleanpublic boolean isSetForceCFR()
public Integer getGopSize()
Integerpublic void setGopSize(Integer value)
value - allowed object is
Integerpublic boolean isSetGopSize()
public Integer getMaxBFrames()
Integerpublic void setMaxBFrames(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxBFrames()
public String getPixelFormat()
Stringpublic void setPixelFormat(String value)
value - allowed object is
Stringpublic boolean isSetPixelFormat()
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<String> getProfile()
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 profile property.
For example, to add a new item, do as follows:
getProfile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetProfile()
public void unsetProfile()
public Boolean isNoVideo()
Booleanpublic void setNoVideo(Boolean value)
value - allowed object is
Booleanpublic boolean isSetNoVideo()
public Boolean isStripParameterSets()
Booleanpublic void setStripParameterSets(Boolean value)
value - allowed object is
Booleanpublic boolean isSetStripParameterSets()
public Boolean isAddParameterSets()
Booleanpublic void setAddParameterSets(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAddParameterSets()
public byte[] getParameterSets()
Stringpublic void setParameterSets(byte[] value)
value - allowed object is
Stringpublic boolean isSetParameterSets()
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 Boolean isBurnTimecode()
Booleanpublic void setBurnTimecode(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBurnTimecode()
public Boolean isBurnSubtitles()
Booleanpublic void setBurnSubtitles(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBurnSubtitles()
public BigInteger getImageQuality()
BigIntegerpublic void setImageQuality(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetImageQuality()
public OtifPresetType getOtif()
OtifPresetTypepublic void setOtif(OtifPresetType value)
value - allowed object is
OtifPresetTypepublic boolean isSetOtif()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic VideoTranscodePresetType withScaling(ScalingType value)
public VideoTranscodePresetType withCodec(String value)
public VideoTranscodePresetType withBitrate(Integer value)
public VideoTranscodePresetType withFramerate(TimeBaseType value)
public VideoTranscodePresetType withResolution(ResolutionType value)
public VideoTranscodePresetType withDisplayWidth(RationalType value)
public VideoTranscodePresetType withDisplayHeight(RationalType value)
public VideoTranscodePresetType withDisplayXOffset(RationalType value)
public VideoTranscodePresetType withDisplayYOffset(RationalType value)
public VideoTranscodePresetType withContainerSAR(AspectRatioType value)
public VideoTranscodePresetType withForceCFR(Boolean value)
public VideoTranscodePresetType withGopSize(Integer value)
public VideoTranscodePresetType withMaxBFrames(Integer value)
public VideoTranscodePresetType withPixelFormat(String value)
public VideoTranscodePresetType withPreset(String... values)
public VideoTranscodePresetType withPreset(Collection<String> values)
public VideoTranscodePresetType withProfile(String... values)
public VideoTranscodePresetType withProfile(Collection<String> values)
public VideoTranscodePresetType withNoVideo(Boolean value)
public VideoTranscodePresetType withStripParameterSets(Boolean value)
public VideoTranscodePresetType withAddParameterSets(Boolean value)
public VideoTranscodePresetType withParameterSets(byte[] value)
public VideoTranscodePresetType withSetting(KeyValuePairType... values)
public VideoTranscodePresetType withSetting(Collection<KeyValuePairType> values)
public VideoTranscodePresetType withBurnTimecode(Boolean value)
public VideoTranscodePresetType withBurnSubtitles(Boolean value)
public VideoTranscodePresetType withImageQuality(BigInteger value)
public VideoTranscodePresetType withOtif(OtifPresetType value)
Copyright © 2015. All rights reserved.