Package org.ffmpeg.ffprobe
Class FrameSideDataType
java.lang.Object
org.ffmpeg.ffprobe.FrameSideDataType
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
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected Stringprotected FrameSideDataTimecodeList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sideDataSize property.Gets the value of the sideDataType property.Gets the value of the timecode property.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.voidSets the value of the timecodes property.
-
Field Details
-
timecodes
-
sideDataType
-
sideDataSize
-
timecode
-
-
Constructor Details
-
FrameSideDataType
public FrameSideDataType()
-
-
Method Details
-
getTimecodes
Gets the value of the timecodes property.- Returns:
- possible object is
FrameSideDataTimecodeList
-
setTimecodes
Sets the value of the timecodes property.- Parameters:
value- allowed object isFrameSideDataTimecodeList
-
getSideDataType
Gets the value of the sideDataType property.- Returns:
- possible object is
String
-
setSideDataType
Sets the value of the sideDataType property.- Parameters:
value- allowed object isString
-
getSideDataSize
Gets the value of the sideDataSize property.- Returns:
- possible object is
Integer
-
setSideDataSize
Sets the value of the sideDataSize property.- Parameters:
value- allowed object isInteger
-
getTimecode
Gets the value of the timecode property.- Returns:
- possible object is
String
-
setTimecode
Sets the value of the timecode property.- Parameters:
value- allowed object isString
-