Package org.ffmpeg.ffprobe
Class FrameSideDataType
- java.lang.Object
-
- org.ffmpeg.ffprobe.FrameSideDataType
-
public class FrameSideDataType extends Object
Java class for frameSideDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frameSideDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timecodes" type="{http://www.ffmpeg.org/schema/ffprobe}frameSideDataTimecodeList" minOccurs="0"/> </sequence> <attribute name="side_data_type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="side_data_size" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="timecode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegersideDataSizeprotected StringsideDataTypeprotected Stringtimecodeprotected FrameSideDataTimecodeListtimecodes
-
Constructor Summary
Constructors Constructor Description FrameSideDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetSideDataSize()Gets the value of the sideDataSize property.StringgetSideDataType()Gets the value of the sideDataType property.StringgetTimecode()Gets the value of the timecode property.FrameSideDataTimecodeListgetTimecodes()Gets the value of the timecodes property.voidsetSideDataSize(Integer value)Sets the value of the sideDataSize property.voidsetSideDataType(String value)Sets the value of the sideDataType property.voidsetTimecode(String value)Sets the value of the timecode property.voidsetTimecodes(FrameSideDataTimecodeList value)Sets the value of the timecodes property.
-
-
-
Field Detail
-
timecodes
protected FrameSideDataTimecodeList timecodes
-
sideDataType
protected String sideDataType
-
sideDataSize
protected Integer sideDataSize
-
timecode
protected String timecode
-
-
Method Detail
-
getTimecodes
public FrameSideDataTimecodeList getTimecodes()
Gets the value of the timecodes property.- Returns:
- possible object is
FrameSideDataTimecodeList
-
setTimecodes
public void setTimecodes(FrameSideDataTimecodeList value)
Sets the value of the timecodes property.- Parameters:
value- allowed object isFrameSideDataTimecodeList
-
getSideDataType
public String getSideDataType()
Gets the value of the sideDataType property.- Returns:
- possible object is
String
-
setSideDataType
public void setSideDataType(String value)
Sets the value of the sideDataType property.- Parameters:
value- allowed object isString
-
getSideDataSize
public Integer getSideDataSize()
Gets the value of the sideDataSize property.- Returns:
- possible object is
Integer
-
setSideDataSize
public void setSideDataSize(Integer value)
Sets the value of the sideDataSize property.- Parameters:
value- allowed object isInteger
-
getTimecode
public String getTimecode()
Gets the value of the timecode property.- Returns:
- possible object is
String
-
-