public class VideoComponentType extends MediaComponentType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VideoComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoComponentType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}MediaComponentType">
<sequence>
<element name="videoStandard" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/>
<element name="pixelFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxBFrames" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="pixelAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType" minOccurs="0"/>
<element name="fieldOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="codecTimeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
<element name="averageFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
<element name="realBaseFrameRate" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" 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="colr_primaries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colr_transfer_function" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colr_matrix" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_packet_size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ticks_per_frame" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bitDepth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="bitsPerPixel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="colorPrimaries" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mediaInfo" type="{http://xml.vidispine.com/schema/vidispine}VideoMediaInfoType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoComponentType.VideoStandard
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimeBaseType |
averageFrameRate |
protected Integer |
bitDepth |
protected Integer |
bitsPerPixel |
protected TimeBaseType |
codecTimeBase |
protected String |
colorPrimaries |
protected Integer |
colrMatrix |
protected Integer |
colrPrimaries |
protected Integer |
colrTransferFunction |
protected AspectRatioType |
containerSAR |
protected RationalType |
displayHeight |
protected RationalType |
displayWidth |
protected RationalType |
displayXOffset |
protected RationalType |
displayYOffset |
protected Boolean |
dropFrame |
protected String |
fieldOrder |
protected Integer |
maxBFrames |
protected Integer |
maxPacketSize |
protected VideoMediaInfoType |
mediaInfo |
protected AspectRatioType |
pixelAspectRatio |
protected String |
pixelFormat |
protected TimeBaseType |
realBaseFrameRate |
protected ResolutionType |
resolution |
protected Long |
startTimecode |
protected Integer |
ticksPerFrame |
protected VideoComponentType.VideoStandard |
videoStandard |
bitrate, codec, duration, edl, essenceStreamId, extradata, interval, itemTrack, level, numberOfPackets, pid, profile, startTimestamp, timeBasefile, id, metadata| Constructor and Description |
|---|
VideoComponentType() |
| 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() |
TimeBaseType |
getAverageFrameRate()
Gets the value of the averageFrameRate property.
|
Integer |
getBitDepth()
Gets the value of the bitDepth property.
|
Integer |
getBitsPerPixel()
Gets the value of the bitsPerPixel property.
|
TimeBaseType |
getCodecTimeBase()
Gets the value of the codecTimeBase property.
|
String |
getColorPrimaries()
Gets the value of the colorPrimaries property.
|
Integer |
getColrMatrix()
Gets the value of the colrMatrix property.
|
Integer |
getColrPrimaries()
Gets the value of the colrPrimaries property.
|
Integer |
getColrTransferFunction()
Gets the value of the colrTransferFunction 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.
|
String |
getFieldOrder()
Gets the value of the fieldOrder property.
|
Integer |
getMaxBFrames()
Gets the value of the maxBFrames property.
|
Integer |
getMaxPacketSize()
Gets the value of the maxPacketSize property.
|
VideoMediaInfoType |
getMediaInfo()
Gets the value of the mediaInfo property.
|
AspectRatioType |
getPixelAspectRatio()
Gets the value of the pixelAspectRatio property.
|
String |
getPixelFormat()
Gets the value of the pixelFormat property.
|
TimeBaseType |
getRealBaseFrameRate()
Gets the value of the realBaseFrameRate property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
Long |
getStartTimecode()
Gets the value of the startTimecode property.
|
Integer |
getTicksPerFrame()
Gets the value of the ticksPerFrame property.
|
VideoComponentType.VideoStandard |
getVideoStandard()
Gets the value of the videoStandard property.
|
Boolean |
isDropFrame()
Gets the value of the dropFrame property.
|
boolean |
isSetAverageFrameRate() |
boolean |
isSetBitDepth() |
boolean |
isSetBitsPerPixel() |
boolean |
isSetCodecTimeBase() |
boolean |
isSetColorPrimaries() |
boolean |
isSetColrMatrix() |
boolean |
isSetColrPrimaries() |
boolean |
isSetColrTransferFunction() |
boolean |
isSetContainerSAR() |
boolean |
isSetDisplayHeight() |
boolean |
isSetDisplayWidth() |
boolean |
isSetDisplayXOffset() |
boolean |
isSetDisplayYOffset() |
boolean |
isSetDropFrame() |
boolean |
isSetFieldOrder() |
boolean |
isSetMaxBFrames() |
boolean |
isSetMaxPacketSize() |
boolean |
isSetMediaInfo() |
boolean |
isSetPixelAspectRatio() |
boolean |
isSetPixelFormat() |
boolean |
isSetRealBaseFrameRate() |
boolean |
isSetResolution() |
boolean |
isSetStartTimecode() |
boolean |
isSetTicksPerFrame() |
boolean |
isSetVideoStandard() |
void |
setAverageFrameRate(TimeBaseType value)
Sets the value of the averageFrameRate property.
|
void |
setBitDepth(Integer value)
Sets the value of the bitDepth property.
|
void |
setBitsPerPixel(Integer value)
Sets the value of the bitsPerPixel property.
|
void |
setCodecTimeBase(TimeBaseType value)
Sets the value of the codecTimeBase property.
|
void |
setColorPrimaries(String value)
Sets the value of the colorPrimaries property.
|
void |
setColrMatrix(Integer value)
Sets the value of the colrMatrix property.
|
void |
setColrPrimaries(Integer value)
Sets the value of the colrPrimaries property.
|
void |
setColrTransferFunction(Integer value)
Sets the value of the colrTransferFunction 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 |
setDropFrame(Boolean value)
Sets the value of the dropFrame property.
|
void |
setFieldOrder(String value)
Sets the value of the fieldOrder property.
|
void |
setMaxBFrames(Integer value)
Sets the value of the maxBFrames property.
|
void |
setMaxPacketSize(Integer value)
Sets the value of the maxPacketSize property.
|
void |
setMediaInfo(VideoMediaInfoType value)
Sets the value of the mediaInfo property.
|
void |
setPixelAspectRatio(AspectRatioType value)
Sets the value of the pixelAspectRatio property.
|
void |
setPixelFormat(String value)
Sets the value of the pixelFormat property.
|
void |
setRealBaseFrameRate(TimeBaseType value)
Sets the value of the realBaseFrameRate property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
setStartTimecode(Long value)
Sets the value of the startTimecode property.
|
void |
setTicksPerFrame(Integer value)
Sets the value of the ticksPerFrame property.
|
void |
setVideoStandard(VideoComponentType.VideoStandard value)
Sets the value of the videoStandard property.
|
getBitrate, getCodec, getDuration, getEdl, getEssenceStreamId, getExtradata, getInterval, getItemTrack, getLevel, getNumberOfPackets, getPid, getProfile, getStartTimestamp, getTimeBase, isSetBitrate, isSetCodec, isSetDuration, isSetEdl, isSetEssenceStreamId, isSetExtradata, isSetInterval, isSetItemTrack, isSetLevel, isSetNumberOfPackets, isSetPid, isSetProfile, isSetStartTimestamp, isSetTimeBase, setBitrate, setCodec, setDuration, setEdl, setEssenceStreamId, setExtradata, setInterval, setItemTrack, setLevel, setNumberOfPackets, setPid, setProfile, setStartTimestamp, setTimeBasegetFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadataprotected VideoComponentType.VideoStandard videoStandard
protected ResolutionType resolution
protected String pixelFormat
protected Integer maxBFrames
protected AspectRatioType pixelAspectRatio
protected String fieldOrder
protected TimeBaseType codecTimeBase
protected TimeBaseType averageFrameRate
protected TimeBaseType realBaseFrameRate
protected RationalType displayWidth
protected RationalType displayHeight
protected RationalType displayXOffset
protected RationalType displayYOffset
protected AspectRatioType containerSAR
protected Integer colrPrimaries
protected Integer colrTransferFunction
protected Integer colrMatrix
protected Integer maxPacketSize
protected Long startTimecode
protected Boolean dropFrame
protected Integer ticksPerFrame
protected Integer bitDepth
protected Integer bitsPerPixel
protected String colorPrimaries
protected VideoMediaInfoType mediaInfo
public VideoComponentType.VideoStandard getVideoStandard()
VideoComponentType.VideoStandardpublic void setVideoStandard(VideoComponentType.VideoStandard value)
value - allowed object is
VideoComponentType.VideoStandardpublic boolean isSetVideoStandard()
public ResolutionType getResolution()
ResolutionTypepublic void setResolution(ResolutionType value)
value - allowed object is
ResolutionTypepublic boolean isSetResolution()
public String getPixelFormat()
Stringpublic void setPixelFormat(String value)
value - allowed object is
Stringpublic boolean isSetPixelFormat()
public Integer getMaxBFrames()
Integerpublic void setMaxBFrames(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxBFrames()
public AspectRatioType getPixelAspectRatio()
AspectRatioTypepublic void setPixelAspectRatio(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetPixelAspectRatio()
public String getFieldOrder()
Stringpublic void setFieldOrder(String value)
value - allowed object is
Stringpublic boolean isSetFieldOrder()
public TimeBaseType getCodecTimeBase()
TimeBaseTypepublic void setCodecTimeBase(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetCodecTimeBase()
public TimeBaseType getAverageFrameRate()
TimeBaseTypepublic void setAverageFrameRate(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetAverageFrameRate()
public TimeBaseType getRealBaseFrameRate()
TimeBaseTypepublic void setRealBaseFrameRate(TimeBaseType value)
value - allowed object is
TimeBaseTypepublic boolean isSetRealBaseFrameRate()
public RationalType getDisplayWidth()
RationalTypepublic void setDisplayWidth(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayWidth()
public RationalType getDisplayHeight()
RationalTypepublic void setDisplayHeight(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayHeight()
public RationalType getDisplayXOffset()
RationalTypepublic void setDisplayXOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayXOffset()
public RationalType getDisplayYOffset()
RationalTypepublic void setDisplayYOffset(RationalType value)
value - allowed object is
RationalTypepublic boolean isSetDisplayYOffset()
public AspectRatioType getContainerSAR()
AspectRatioTypepublic void setContainerSAR(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetContainerSAR()
public Integer getColrPrimaries()
Integerpublic void setColrPrimaries(Integer value)
value - allowed object is
Integerpublic boolean isSetColrPrimaries()
public Integer getColrTransferFunction()
Integerpublic void setColrTransferFunction(Integer value)
value - allowed object is
Integerpublic boolean isSetColrTransferFunction()
public Integer getColrMatrix()
Integerpublic void setColrMatrix(Integer value)
value - allowed object is
Integerpublic boolean isSetColrMatrix()
public Integer getMaxPacketSize()
Integerpublic void setMaxPacketSize(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxPacketSize()
public Long getStartTimecode()
Longpublic void setStartTimecode(Long value)
value - allowed object is
Longpublic boolean isSetStartTimecode()
public Boolean isDropFrame()
Booleanpublic void setDropFrame(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDropFrame()
public Integer getTicksPerFrame()
Integerpublic void setTicksPerFrame(Integer value)
value - allowed object is
Integerpublic boolean isSetTicksPerFrame()
public Integer getBitDepth()
Integerpublic void setBitDepth(Integer value)
value - allowed object is
Integerpublic boolean isSetBitDepth()
public Integer getBitsPerPixel()
Integerpublic void setBitsPerPixel(Integer value)
value - allowed object is
Integerpublic boolean isSetBitsPerPixel()
public String getColorPrimaries()
Stringpublic void setColorPrimaries(String value)
value - allowed object is
Stringpublic boolean isSetColorPrimaries()
public VideoMediaInfoType getMediaInfo()
VideoMediaInfoTypepublic void setMediaInfo(VideoMediaInfoType value)
value - allowed object is
VideoMediaInfoTypepublic boolean isSetMediaInfo()
public Object clone()
clone in class MediaComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MediaComponentTypepublic 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 MediaComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MediaComponentTypeCopyright © 2015. All rights reserved.