Package org.ffmpeg.ffprobe
Class PacketSideDataType
java.lang.Object
org.ffmpeg.ffprobe.PacketSideDataType
Java class for packetSideDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="packetSideDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sideDataSize property.Gets the value of the sideDataType property.voidsetSideDataSize(Integer value) Sets the value of the sideDataSize property.voidsetSideDataType(String value) Sets the value of the sideDataType property.
-
Field Details
-
sideDataType
-
sideDataSize
-
-
Constructor Details
-
PacketSideDataType
public PacketSideDataType()
-
-
Method Details
-
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
-