public class VideoMediaInfoType extends BaseMediaInfoType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VideoMediaInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoMediaInfoType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}BaseMediaInfoType">
<sequence>
<element name="Format_Settings_GOP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="intra_dc_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
formatSettingsGOP |
protected Integer |
intraDcPrecision |
bitRateMode, property, source| Constructor and Description |
|---|
VideoMediaInfoType() |
| 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() |
String |
getFormatSettingsGOP()
Gets the value of the formatSettingsGOP property.
|
Integer |
getIntraDcPrecision()
Gets the value of the intraDcPrecision property.
|
boolean |
isSetFormatSettingsGOP() |
boolean |
isSetIntraDcPrecision() |
void |
setFormatSettingsGOP(String value)
Sets the value of the formatSettingsGOP property.
|
void |
setIntraDcPrecision(Integer value)
Sets the value of the intraDcPrecision property.
|
VideoMediaInfoType |
withBitRateMode(String value) |
VideoMediaInfoType |
withFormatSettingsGOP(String value) |
VideoMediaInfoType |
withIntraDcPrecision(Integer value) |
VideoMediaInfoType |
withProperty(Collection<KeyValuePairType> values) |
VideoMediaInfoType |
withProperty(KeyValuePairType... values) |
VideoMediaInfoType |
withSource(String value) |
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetPropertyprotected String formatSettingsGOP
protected Integer intraDcPrecision
public String getFormatSettingsGOP()
Stringpublic void setFormatSettingsGOP(String value)
value - allowed object is
Stringpublic boolean isSetFormatSettingsGOP()
public Integer getIntraDcPrecision()
Integerpublic void setIntraDcPrecision(Integer value)
value - allowed object is
Integerpublic boolean isSetIntraDcPrecision()
public Object clone()
clone in class BaseMediaInfoTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class BaseMediaInfoTypepublic 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.CopyTocopyTo in class BaseMediaInfoTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class BaseMediaInfoTypepublic VideoMediaInfoType withFormatSettingsGOP(String value)
public VideoMediaInfoType withIntraDcPrecision(Integer value)
public VideoMediaInfoType withBitRateMode(String value)
withBitRateMode in class BaseMediaInfoTypepublic VideoMediaInfoType withSource(String value)
withSource in class BaseMediaInfoTypepublic VideoMediaInfoType withProperty(KeyValuePairType... values)
withProperty in class BaseMediaInfoTypepublic VideoMediaInfoType withProperty(Collection<KeyValuePairType> values)
withProperty in class BaseMediaInfoTypeCopyright © 2015. All rights reserved.