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() |
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()
ScalingType
public void setScaling(ScalingType value)
value
- allowed object is
ScalingType
public boolean isSetScaling()
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 ResolutionType getResolution()
ResolutionType
public void setResolution(ResolutionType value)
value
- allowed object is
ResolutionType
public boolean isSetResolution()
public RationalType getDisplayWidth()
RationalType
public void setDisplayWidth(RationalType value)
value
- allowed object is
RationalType
public boolean isSetDisplayWidth()
public RationalType getDisplayHeight()
RationalType
public void setDisplayHeight(RationalType value)
value
- allowed object is
RationalType
public boolean isSetDisplayHeight()
public RationalType getDisplayXOffset()
RationalType
public void setDisplayXOffset(RationalType value)
value
- allowed object is
RationalType
public boolean isSetDisplayXOffset()
public RationalType getDisplayYOffset()
RationalType
public void setDisplayYOffset(RationalType value)
value
- allowed object is
RationalType
public boolean isSetDisplayYOffset()
public AspectRatioType getContainerSAR()
AspectRatioType
public void setContainerSAR(AspectRatioType value)
value
- allowed object is
AspectRatioType
public boolean isSetContainerSAR()
public Boolean isForceCFR()
Boolean
public void setForceCFR(Boolean value)
value
- allowed object is
Boolean
public boolean isSetForceCFR()
public Integer getGopSize()
Integer
public void setGopSize(Integer value)
value
- allowed object is
Integer
public boolean isSetGopSize()
public Integer getMaxBFrames()
Integer
public void setMaxBFrames(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxBFrames()
public String getPixelFormat()
String
public void setPixelFormat(String value)
value
- allowed object is
String
public 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()
Boolean
public void setNoVideo(Boolean value)
value
- allowed object is
Boolean
public boolean isSetNoVideo()
public Boolean isStripParameterSets()
Boolean
public void setStripParameterSets(Boolean value)
value
- allowed object is
Boolean
public boolean isSetStripParameterSets()
public Boolean isAddParameterSets()
Boolean
public void setAddParameterSets(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAddParameterSets()
public byte[] getParameterSets()
String
public void setParameterSets(byte[] value)
value
- allowed object is
String
public 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()
Boolean
public void setBurnTimecode(Boolean value)
value
- allowed object is
Boolean
public boolean isSetBurnTimecode()
public Boolean isBurnSubtitles()
Boolean
public void setBurnSubtitles(Boolean value)
value
- allowed object is
Boolean
public boolean isSetBurnSubtitles()
public BigInteger getImageQuality()
BigInteger
public void setImageQuality(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetImageQuality()
public OtifPresetType getOtif()
OtifPresetType
public void setOtif(OtifPresetType value)
value
- allowed object is
OtifPresetType
public boolean isSetOtif()
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
Copyright © 2016. All rights reserved.