Package org.ffmpeg.ffprobe
Class PacketSideDataType
- java.lang.Object
-
- org.ffmpeg.ffprobe.PacketSideDataType
-
public class PacketSideDataType extends Object
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 Modifier and Type Field Description protected IntegersideDataSizeprotected StringsideDataType
-
Constructor Summary
Constructors Constructor Description PacketSideDataType()
-
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.voidsetSideDataSize(Integer value)Sets the value of the sideDataSize property.voidsetSideDataType(String value)Sets the value of the sideDataType property.
-
-
-
Method Detail
-
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
-
-