Package org.ffmpeg.ffprobe700
Class FrameSideDataType
java.lang.Object
org.ffmpeg.ffprobe700.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"/>
<element name="components" type="{http://www.ffmpeg.org/schema/ffprobe}frameSideDataComponentList" minOccurs="0"/>
<element name="side_datum" type="{http://www.ffmpeg.org/schema/ffprobe}frameSideDatumType" maxOccurs="unbounded" 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 FrameSideDataComponentListprotected Integerprotected Stringprotected List<FrameSideDatumType>protected Stringprotected FrameSideDataTimecodeList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the components property.Gets the value of the sideDataSize property.Gets the value of the sideDataType property.Gets the value of the sideDatum property.Gets the value of the timecode property.Gets the value of the timecodes property.voidSets the value of the components 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
-
components
-
sideDatum
-
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
-
getComponents
Gets the value of the components property.- Returns:
- possible object is
FrameSideDataComponentList
-
setComponents
Sets the value of the components property.- Parameters:
value- allowed object isFrameSideDataComponentList
-
getSideDatum
Gets the value of the sideDatum property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the sideDatum property.For example, to add a new item, do as follows:
getSideDatum().add(newItem);Objects of the following type(s) are allowed in the list
FrameSideDatumType -
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
-