Package org.ffmpeg.ffprobe700
Class FrameType
java.lang.Object
org.ffmpeg.ffprobe700.FrameType
Java class for frameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tags" type="{http://www.ffmpeg.org/schema/ffprobe}tagsType" minOccurs="0"/>
<element name="logs" type="{http://www.ffmpeg.org/schema/ffprobe}logsType" minOccurs="0"/>
<element name="side_data_list" type="{http://www.ffmpeg.org/schema/ffprobe}frameSideDataListType" minOccurs="0"/>
</sequence>
<attribute name="media_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stream_index" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="key_frame" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="pts" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="pts_time" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pkt_dts" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="pkt_dts_time" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="best_effort_timestamp" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="best_effort_timestamp_time" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="duration_time" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="pkt_pos" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="pkt_size" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="sample_fmt" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nb_samples" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="channels" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="channel_layout" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="crop_top" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="crop_bottom" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="crop_left" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="crop_right" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="pix_fmt" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sample_aspect_ratio" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pict_type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interlaced_frame" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="top_field_first" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="repeat_pict" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="color_range" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="color_space" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="color_primaries" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="color_transfer" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="chroma_location" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Floatprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Longprotected Longprotected Longprotected Longprotected Longprotected Floatprotected Longprotected Integerprotected intprotected LogsTypeprotected Stringprotected Longprotected Stringprotected Stringprotected Longprotected Floatprotected Longprotected Integerprotected Longprotected Floatprotected Integerprotected Stringprotected Stringprotected FrameSideDataListTypeprotected Integerprotected TagsTypeprotected Integerprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bestEffortTimestamp property.Gets the value of the bestEffortTimestampTime property.Gets the value of the channelLayout property.Gets the value of the channels property.Gets the value of the chromaLocation property.Gets the value of the colorPrimaries property.Gets the value of the colorRange property.Gets the value of the colorSpace property.Gets the value of the colorTransfer property.Gets the value of the cropBottom property.Gets the value of the cropLeft property.Gets the value of the cropRight property.Gets the value of the cropTop property.Gets the value of the duration property.Gets the value of the durationTime property.Gets the value of the height property.Gets the value of the interlacedFrame property.intGets the value of the keyFrame property.getLogs()Gets the value of the logs property.Gets the value of the mediaType property.Gets the value of the nbSamples property.Gets the value of the pictType property.Gets the value of the pixFmt property.Gets the value of the pktDts property.Gets the value of the pktDtsTime property.Gets the value of the pktPos property.Gets the value of the pktSize property.getPts()Gets the value of the pts property.Gets the value of the ptsTime property.Gets the value of the repeatPict property.Gets the value of the sampleAspectRatio property.Gets the value of the sampleFmt property.Gets the value of the sideDataList property.Gets the value of the streamIndex property.getTags()Gets the value of the tags property.Gets the value of the topFieldFirst property.getWidth()Gets the value of the width property.voidsetBestEffortTimestamp(Long value) Sets the value of the bestEffortTimestamp property.voidsetBestEffortTimestampTime(Float value) Sets the value of the bestEffortTimestampTime property.voidsetChannelLayout(String value) Sets the value of the channelLayout property.voidsetChannels(Integer value) Sets the value of the channels property.voidsetChromaLocation(String value) Sets the value of the chromaLocation property.voidsetColorPrimaries(String value) Sets the value of the colorPrimaries property.voidsetColorRange(String value) Sets the value of the colorRange property.voidsetColorSpace(String value) Sets the value of the colorSpace property.voidsetColorTransfer(String value) Sets the value of the colorTransfer property.voidsetCropBottom(Long value) Sets the value of the cropBottom property.voidsetCropLeft(Long value) Sets the value of the cropLeft property.voidsetCropRight(Long value) Sets the value of the cropRight property.voidsetCropTop(Long value) Sets the value of the cropTop property.voidsetDuration(Long value) Sets the value of the duration property.voidsetDurationTime(Float value) Sets the value of the durationTime property.voidSets the value of the height property.voidsetInterlacedFrame(Integer value) Sets the value of the interlacedFrame property.voidsetKeyFrame(int value) Sets the value of the keyFrame property.voidSets the value of the logs property.voidsetMediaType(String value) Sets the value of the mediaType property.voidsetNbSamples(Long value) Sets the value of the nbSamples property.voidsetPictType(String value) Sets the value of the pictType property.voidSets the value of the pixFmt property.voidSets the value of the pktDts property.voidsetPktDtsTime(Float value) Sets the value of the pktDtsTime property.voidSets the value of the pktPos property.voidsetPktSize(Integer value) Sets the value of the pktSize property.voidSets the value of the pts property.voidsetPtsTime(Float value) Sets the value of the ptsTime property.voidsetRepeatPict(Integer value) Sets the value of the repeatPict property.voidsetSampleAspectRatio(String value) Sets the value of the sampleAspectRatio property.voidsetSampleFmt(String value) Sets the value of the sampleFmt property.voidSets the value of the sideDataList property.voidsetStreamIndex(Integer value) Sets the value of the streamIndex property.voidSets the value of the tags property.voidsetTopFieldFirst(Integer value) Sets the value of the topFieldFirst property.voidSets the value of the width property.
-
Field Details
-
tags
-
logs
-
sideDataList
-
mediaType
-
streamIndex
-
keyFrame
protected int keyFrame -
pts
-
ptsTime
-
pktDts
-
pktDtsTime
-
bestEffortTimestamp
-
bestEffortTimestampTime
-
duration
-
durationTime
-
pktPos
-
pktSize
-
sampleFmt
-
nbSamples
-
channels
-
channelLayout
-
width
-
height
-
cropTop
-
cropBottom
-
cropLeft
-
cropRight
-
pixFmt
-
sampleAspectRatio
-
pictType
-
interlacedFrame
-
topFieldFirst
-
repeatPict
-
colorRange
-
colorSpace
-
colorPrimaries
-
colorTransfer
-
chromaLocation
-
-
Constructor Details
-
FrameType
public FrameType()
-
-
Method Details
-
getTags
Gets the value of the tags property.- Returns:
- possible object is
TagsType
-
setTags
Sets the value of the tags property.- Parameters:
value- allowed object isTagsType
-
getLogs
Gets the value of the logs property.- Returns:
- possible object is
LogsType
-
setLogs
Sets the value of the logs property.- Parameters:
value- allowed object isLogsType
-
getSideDataList
Gets the value of the sideDataList property.- Returns:
- possible object is
FrameSideDataListType
-
setSideDataList
Sets the value of the sideDataList property.- Parameters:
value- allowed object isFrameSideDataListType
-
getMediaType
Gets the value of the mediaType property.- Returns:
- possible object is
String
-
setMediaType
Sets the value of the mediaType property.- Parameters:
value- allowed object isString
-
getStreamIndex
Gets the value of the streamIndex property.- Returns:
- possible object is
Integer
-
setStreamIndex
Sets the value of the streamIndex property.- Parameters:
value- allowed object isInteger
-
getKeyFrame
public int getKeyFrame()Gets the value of the keyFrame property. -
setKeyFrame
public void setKeyFrame(int value) Sets the value of the keyFrame property. -
getPts
Gets the value of the pts property.- Returns:
- possible object is
Long
-
setPts
Sets the value of the pts property.- Parameters:
value- allowed object isLong
-
getPtsTime
Gets the value of the ptsTime property.- Returns:
- possible object is
Float
-
setPtsTime
Sets the value of the ptsTime property.- Parameters:
value- allowed object isFloat
-
getPktDts
Gets the value of the pktDts property.- Returns:
- possible object is
Long
-
setPktDts
Sets the value of the pktDts property.- Parameters:
value- allowed object isLong
-
getPktDtsTime
Gets the value of the pktDtsTime property.- Returns:
- possible object is
Float
-
setPktDtsTime
Sets the value of the pktDtsTime property.- Parameters:
value- allowed object isFloat
-
getBestEffortTimestamp
Gets the value of the bestEffortTimestamp property.- Returns:
- possible object is
Long
-
setBestEffortTimestamp
Sets the value of the bestEffortTimestamp property.- Parameters:
value- allowed object isLong
-
getBestEffortTimestampTime
Gets the value of the bestEffortTimestampTime property.- Returns:
- possible object is
Float
-
setBestEffortTimestampTime
Sets the value of the bestEffortTimestampTime property.- Parameters:
value- allowed object isFloat
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
Long
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isLong
-
getDurationTime
Gets the value of the durationTime property.- Returns:
- possible object is
Float
-
setDurationTime
Sets the value of the durationTime property.- Parameters:
value- allowed object isFloat
-
getPktPos
Gets the value of the pktPos property.- Returns:
- possible object is
Long
-
setPktPos
Sets the value of the pktPos property.- Parameters:
value- allowed object isLong
-
getPktSize
Gets the value of the pktSize property.- Returns:
- possible object is
Integer
-
setPktSize
Sets the value of the pktSize property.- Parameters:
value- allowed object isInteger
-
getSampleFmt
Gets the value of the sampleFmt property.- Returns:
- possible object is
String
-
setSampleFmt
Sets the value of the sampleFmt property.- Parameters:
value- allowed object isString
-
getNbSamples
Gets the value of the nbSamples property.- Returns:
- possible object is
Long
-
setNbSamples
Sets the value of the nbSamples property.- Parameters:
value- allowed object isLong
-
getChannels
Gets the value of the channels property.- Returns:
- possible object is
Integer
-
setChannels
Sets the value of the channels property.- Parameters:
value- allowed object isInteger
-
getChannelLayout
Gets the value of the channelLayout property.- Returns:
- possible object is
String
-
setChannelLayout
Sets the value of the channelLayout property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Long
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isLong
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Long
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isLong
-
getCropTop
Gets the value of the cropTop property.- Returns:
- possible object is
Long
-
setCropTop
Sets the value of the cropTop property.- Parameters:
value- allowed object isLong
-
getCropBottom
Gets the value of the cropBottom property.- Returns:
- possible object is
Long
-
setCropBottom
Sets the value of the cropBottom property.- Parameters:
value- allowed object isLong
-
getCropLeft
Gets the value of the cropLeft property.- Returns:
- possible object is
Long
-
setCropLeft
Sets the value of the cropLeft property.- Parameters:
value- allowed object isLong
-
getCropRight
Gets the value of the cropRight property.- Returns:
- possible object is
Long
-
setCropRight
Sets the value of the cropRight property.- Parameters:
value- allowed object isLong
-
getPixFmt
Gets the value of the pixFmt property.- Returns:
- possible object is
String
-
setPixFmt
Sets the value of the pixFmt property.- Parameters:
value- allowed object isString
-
getSampleAspectRatio
Gets the value of the sampleAspectRatio property.- Returns:
- possible object is
String
-
setSampleAspectRatio
Sets the value of the sampleAspectRatio property.- Parameters:
value- allowed object isString
-
getPictType
Gets the value of the pictType property.- Returns:
- possible object is
String
-
setPictType
Sets the value of the pictType property.- Parameters:
value- allowed object isString
-
getInterlacedFrame
Gets the value of the interlacedFrame property.- Returns:
- possible object is
Integer
-
setInterlacedFrame
Sets the value of the interlacedFrame property.- Parameters:
value- allowed object isInteger
-
getTopFieldFirst
Gets the value of the topFieldFirst property.- Returns:
- possible object is
Integer
-
setTopFieldFirst
Sets the value of the topFieldFirst property.- Parameters:
value- allowed object isInteger
-
getRepeatPict
Gets the value of the repeatPict property.- Returns:
- possible object is
Integer
-
setRepeatPict
Sets the value of the repeatPict property.- Parameters:
value- allowed object isInteger
-
getColorRange
Gets the value of the colorRange property.- Returns:
- possible object is
String
-
setColorRange
Sets the value of the colorRange property.- Parameters:
value- allowed object isString
-
getColorSpace
Gets the value of the colorSpace property.- Returns:
- possible object is
String
-
setColorSpace
Sets the value of the colorSpace property.- Parameters:
value- allowed object isString
-
getColorPrimaries
Gets the value of the colorPrimaries property.- Returns:
- possible object is
String
-
setColorPrimaries
Sets the value of the colorPrimaries property.- Parameters:
value- allowed object isString
-
getColorTransfer
Gets the value of the colorTransfer property.- Returns:
- possible object is
String
-
setColorTransfer
Sets the value of the colorTransfer property.- Parameters:
value- allowed object isString
-
getChromaLocation
Gets the value of the chromaLocation property.- Returns:
- possible object is
String
-
setChromaLocation
Sets the value of the chromaLocation property.- Parameters:
value- allowed object isString
-