Class VideoTranscodePresetType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
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="burnSubtitlesLanguage" type="{http://www.w3.org/2001/XMLSchema}string" 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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected Boolean
protected String
protected Boolean
protected String
protected AspectRatioType
protected RationalType
protected RationalType
protected RationalType
protected RationalType
protected Boolean
protected TimeBaseType
protected Integer
protected BigInteger
protected Integer
protected Boolean
protected OtifPresetType
protected byte[]
protected String
protected ResolutionType
protected ScalingType
protected List<KeyValuePairType>
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the bitrate property.Gets the value of the burnSubtitlesLanguage property.getCodec()
Gets the value of the codec property.Gets the value of the containerSAR property.Gets the value of the displayHeight property.Gets the value of the displayWidth property.Gets the value of the displayXOffset property.Gets the value of the displayYOffset property.Gets the value of the framerate property.Gets the value of the gopSize property.Gets the value of the imageQuality property.Gets the value of the maxBFrames property.getOtif()
Gets the value of the otif property.byte[]
Gets the value of the parameterSets property.Gets the value of the pixelFormat property.Gets the value of the preset property.Gets the value of the profile property.Gets the value of the resolution property.Gets the value of the scaling property.Gets the value of the setting property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the addParameterSets property.Gets the value of the burnSubtitles property.Gets the value of the burnTimecode property.Gets the value of the forceCFR property.Gets the value of the noVideo property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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
setBurnSubtitlesLanguage
(String value) Sets the value of the burnSubtitlesLanguage property.void
setBurnTimecode
(Boolean value) Sets the value of the burnTimecode property.void
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.toString()
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAddParameterSets
(Boolean value) Sets the value of the addParameterSets property.withBitrate
(Integer value) Sets the value of the bitrate property.withBurnSubtitles
(Boolean value) Sets the value of the burnSubtitles property.withBurnSubtitlesLanguage
(String value) Sets the value of the burnSubtitlesLanguage property.withBurnTimecode
(Boolean value) Sets the value of the burnTimecode property.Sets the value of the codec property.withContainerSAR
(AspectRatioType value) Sets the value of the containerSAR property.withDisplayHeight
(RationalType value) Sets the value of the displayHeight property.withDisplayWidth
(RationalType value) Sets the value of the displayWidth property.withDisplayXOffset
(RationalType value) Sets the value of the displayXOffset property.withDisplayYOffset
(RationalType value) Sets the value of the displayYOffset property.withForceCFR
(Boolean value) Sets the value of the forceCFR property.withFramerate
(TimeBaseType value) Sets the value of the framerate property.withGopSize
(Integer value) Sets the value of the gopSize property.withImageQuality
(BigInteger value) Sets the value of the imageQuality property.withMaxBFrames
(Integer value) Sets the value of the maxBFrames property.withNoVideo
(Boolean value) Sets the value of the noVideo property.withOtif
(OtifPresetType value) Sets the value of the otif property.withParameterSets
(byte[] value) Sets the value of the parameterSets property.withPixelFormat
(String value) Sets the value of the pixelFormat property.withPreset
(String... values) Adds objects to the list of Preset using add methodwithPreset
(Collection<String> values) Adds objects to the list of Preset using addAll methodwithProfile
(String... values) Adds objects to the list of Profile using add methodwithProfile
(Collection<String> values) Adds objects to the list of Profile using addAll methodwithResolution
(ResolutionType value) Sets the value of the resolution property.withScaling
(ScalingType value) Sets the value of the scaling property.withSetting
(KeyValuePairType... values) Adds objects to the list of Setting using add methodwithSetting
(Collection<KeyValuePairType> values) Adds objects to the list of Setting using addAll methodwithStripParameterSets
(Boolean value) Sets the value of the stripParameterSets property.
-
Field Details
-
scaling
-
codec
-
bitrate
-
framerate
-
resolution
-
displayWidth
-
displayHeight
-
displayXOffset
-
displayYOffset
-
containerSAR
-
forceCFR
-
gopSize
-
maxBFrames
-
pixelFormat
-
preset
-
profile
-
noVideo
-
stripParameterSets
-
addParameterSets
-
parameterSets
protected byte[] parameterSets -
setting
-
burnTimecode
-
burnSubtitles
-
burnSubtitlesLanguage
-
imageQuality
-
otif
-
-
Constructor Details
-
VideoTranscodePresetType
public VideoTranscodePresetType()
-
-
Method Details
-
getScaling
Gets the value of the scaling property.- Returns:
- possible object is
ScalingType
-
setScaling
Sets the value of the scaling property.- Parameters:
value
- allowed object isScalingType
-
isSetScaling
public boolean isSetScaling() -
getCodec
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec() -
getBitrate
Gets the value of the bitrate property.- Returns:
- possible object is
Integer
-
setBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
-
isSetBitrate
public boolean isSetBitrate() -
getFramerate
Gets the value of the framerate property.- Returns:
- possible object is
TimeBaseType
-
setFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
-
isSetFramerate
public boolean isSetFramerate() -
getResolution
Gets the value of the resolution property.- Returns:
- possible object is
ResolutionType
-
setResolution
Sets the value of the resolution property.- Parameters:
value
- allowed object isResolutionType
-
isSetResolution
public boolean isSetResolution() -
getDisplayWidth
Gets the value of the displayWidth property.- Returns:
- possible object is
RationalType
-
setDisplayWidth
Sets the value of the displayWidth property.- Parameters:
value
- allowed object isRationalType
-
isSetDisplayWidth
public boolean isSetDisplayWidth() -
getDisplayHeight
Gets the value of the displayHeight property.- Returns:
- possible object is
RationalType
-
setDisplayHeight
Sets the value of the displayHeight property.- Parameters:
value
- allowed object isRationalType
-
isSetDisplayHeight
public boolean isSetDisplayHeight() -
getDisplayXOffset
Gets the value of the displayXOffset property.- Returns:
- possible object is
RationalType
-
setDisplayXOffset
Sets the value of the displayXOffset property.- Parameters:
value
- allowed object isRationalType
-
isSetDisplayXOffset
public boolean isSetDisplayXOffset() -
getDisplayYOffset
Gets the value of the displayYOffset property.- Returns:
- possible object is
RationalType
-
setDisplayYOffset
Sets the value of the displayYOffset property.- Parameters:
value
- allowed object isRationalType
-
isSetDisplayYOffset
public boolean isSetDisplayYOffset() -
getContainerSAR
Gets the value of the containerSAR property.- Returns:
- possible object is
AspectRatioType
-
setContainerSAR
Sets the value of the containerSAR property.- Parameters:
value
- allowed object isAspectRatioType
-
isSetContainerSAR
public boolean isSetContainerSAR() -
isForceCFR
Gets the value of the forceCFR property.- Returns:
- possible object is
Boolean
-
setForceCFR
Sets the value of the forceCFR property.- Parameters:
value
- allowed object isBoolean
-
isSetForceCFR
public boolean isSetForceCFR() -
getGopSize
Gets the value of the gopSize property.- Returns:
- possible object is
Integer
-
setGopSize
Sets the value of the gopSize property.- Parameters:
value
- allowed object isInteger
-
isSetGopSize
public boolean isSetGopSize() -
getMaxBFrames
Gets the value of the maxBFrames property.- Returns:
- possible object is
Integer
-
setMaxBFrames
Sets the value of the maxBFrames property.- Parameters:
value
- allowed object isInteger
-
isSetMaxBFrames
public boolean isSetMaxBFrames() -
getPixelFormat
Gets the value of the pixelFormat property.- Returns:
- possible object is
String
-
setPixelFormat
Sets the value of the pixelFormat property.- Parameters:
value
- allowed object isString
-
isSetPixelFormat
public boolean isSetPixelFormat() -
getPreset
Gets the value of the preset property.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
- Returns:
- The value of the preset property.
-
isSetPreset
public boolean isSetPreset() -
unsetPreset
public void unsetPreset() -
getProfile
Gets the value of the profile property.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
- Returns:
- The value of the profile property.
-
isSetProfile
public boolean isSetProfile() -
unsetProfile
public void unsetProfile() -
isNoVideo
Gets the value of the noVideo property.- Returns:
- possible object is
Boolean
-
setNoVideo
Sets the value of the noVideo property.- Parameters:
value
- allowed object isBoolean
-
isSetNoVideo
public boolean isSetNoVideo() -
isStripParameterSets
Gets the value of the stripParameterSets property.- Returns:
- possible object is
Boolean
-
setStripParameterSets
Sets the value of the stripParameterSets property.- Parameters:
value
- allowed object isBoolean
-
isSetStripParameterSets
public boolean isSetStripParameterSets() -
isAddParameterSets
Gets the value of the addParameterSets property.- Returns:
- possible object is
Boolean
-
setAddParameterSets
Sets the value of the addParameterSets property.- Parameters:
value
- allowed object isBoolean
-
isSetAddParameterSets
public boolean isSetAddParameterSets() -
getParameterSets
public byte[] getParameterSets()Gets the value of the parameterSets property.- Returns:
- possible object is
String
-
setParameterSets
public void setParameterSets(byte[] value) Sets the value of the parameterSets property.- Parameters:
value
- allowed object isString
-
isSetParameterSets
public boolean isSetParameterSets() -
getSetting
Gets the value of the setting property.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
- Returns:
- The value of the setting property.
-
isSetSetting
public boolean isSetSetting() -
unsetSetting
public void unsetSetting() -
isBurnTimecode
Gets the value of the burnTimecode property.- Returns:
- possible object is
Boolean
-
setBurnTimecode
Sets the value of the burnTimecode property.- Parameters:
value
- allowed object isBoolean
-
isSetBurnTimecode
public boolean isSetBurnTimecode() -
isBurnSubtitles
Gets the value of the burnSubtitles property.- Returns:
- possible object is
Boolean
-
setBurnSubtitles
Sets the value of the burnSubtitles property.- Parameters:
value
- allowed object isBoolean
-
isSetBurnSubtitles
public boolean isSetBurnSubtitles() -
getBurnSubtitlesLanguage
Gets the value of the burnSubtitlesLanguage property.- Returns:
- possible object is
String
-
setBurnSubtitlesLanguage
Sets the value of the burnSubtitlesLanguage property.- Parameters:
value
- allowed object isString
-
isSetBurnSubtitlesLanguage
public boolean isSetBurnSubtitlesLanguage() -
getImageQuality
Gets the value of the imageQuality property.- Returns:
- possible object is
BigInteger
-
setImageQuality
Sets the value of the imageQuality property.- Parameters:
value
- allowed object isBigInteger
-
isSetImageQuality
public boolean isSetImageQuality() -
getOtif
Gets the value of the otif property.- Returns:
- possible object is
OtifPresetType
-
setOtif
Sets the value of the otif property.- Parameters:
value
- allowed object isOtifPresetType
-
isSetOtif
public boolean isSetOtif() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withScaling
Sets the value of the scaling property.- Parameters:
value
- allowed object isScalingType
- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withFramerate
Sets the value of the framerate property.- Parameters:
value
- allowed object isTimeBaseType
- Returns:
- The class instance
-
withResolution
Sets the value of the resolution property.- Parameters:
value
- allowed object isResolutionType
- Returns:
- The class instance
-
withDisplayWidth
Sets the value of the displayWidth property.- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayHeight
Sets the value of the displayHeight property.- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayXOffset
Sets the value of the displayXOffset property.- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withDisplayYOffset
Sets the value of the displayYOffset property.- Parameters:
value
- allowed object isRationalType
- Returns:
- The class instance
-
withContainerSAR
Sets the value of the containerSAR property.- Parameters:
value
- allowed object isAspectRatioType
- Returns:
- The class instance
-
withForceCFR
Sets the value of the forceCFR property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withGopSize
Sets the value of the gopSize property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withMaxBFrames
Sets the value of the maxBFrames property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withPixelFormat
Sets the value of the pixelFormat property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using add method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withProfile
Adds objects to the list of Profile using add method- Parameters:
values
- objects to add to the list Profile- Returns:
- The class instance
-
withProfile
Adds objects to the list of Profile using addAll method- Parameters:
values
- objects to add to the list Profile- Returns:
- The class instance
-
withNoVideo
Sets the value of the noVideo property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withStripParameterSets
Sets the value of the stripParameterSets property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withAddParameterSets
Sets the value of the addParameterSets property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withParameterSets
Sets the value of the parameterSets property.- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using add method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withSetting
Adds objects to the list of Setting using addAll method- Parameters:
values
- objects to add to the list Setting- Returns:
- The class instance
-
withBurnTimecode
Sets the value of the burnTimecode property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withBurnSubtitles
Sets the value of the burnSubtitles property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withBurnSubtitlesLanguage
Sets the value of the burnSubtitlesLanguage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withImageQuality
Sets the value of the imageQuality property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withOtif
Sets the value of the otif property.- Parameters:
value
- allowed object isOtifPresetType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-