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.
|
getBitRateMode, getProperty, getSource, isSetBitRateMode, isSetProperty, isSetSource, setBitRateMode, setSource, unsetProperty
protected String formatSettingsGOP
protected Integer intraDcPrecision
public String getFormatSettingsGOP()
String
public void setFormatSettingsGOP(String value)
value
- allowed object is
String
public boolean isSetFormatSettingsGOP()
public Integer getIntraDcPrecision()
Integer
public void setIntraDcPrecision(Integer value)
value
- allowed object is
Integer
public boolean isSetIntraDcPrecision()
public Object clone()
clone
in class BaseMediaInfoType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class BaseMediaInfoType
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
copyTo
in class BaseMediaInfoType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class BaseMediaInfoType
Copyright © 2016. All rights reserved.