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>
isSetProperty
Modifier and Type | Class and Description |
---|---|
static class |
VideoMediaInfoType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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, 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
public VideoMediaInfoType withFormatSettingsGOP(String value)
public VideoMediaInfoType withIntraDcPrecision(Integer value)
public VideoMediaInfoType withBitRateMode(String value)
withBitRateMode
in class BaseMediaInfoType
public VideoMediaInfoType withSource(String value)
withSource
in class BaseMediaInfoType
public VideoMediaInfoType withProperty(KeyValuePairType... values)
withProperty
in class BaseMediaInfoType
public VideoMediaInfoType withProperty(Collection<KeyValuePairType> values)
withProperty
in class BaseMediaInfoType
public VideoMediaInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class BaseMediaInfoType
Copyright © 2017. All rights reserved.