Package org.ffmpeg.ffprobe
Class PixelFormatComponentType
- java.lang.Object
-
- org.ffmpeg.ffprobe.PixelFormatComponentType
-
public class PixelFormatComponentType extends Object
Java class for pixelFormatComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pixelFormatComponentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="bit_depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PixelFormatComponentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBitDepth()Gets the value of the bitDepth property.intgetIndex()Gets the value of the index property.voidsetBitDepth(int value)Sets the value of the bitDepth property.voidsetIndex(int value)Sets the value of the index property.
-
-
-
Method Detail
-
getIndex
public int getIndex()
Gets the value of the index property.
-
setIndex
public void setIndex(int value)
Sets the value of the index property.
-
getBitDepth
public int getBitDepth()
Gets the value of the bitDepth property.
-
setBitDepth
public void setBitDepth(int value)
Sets the value of the bitDepth property.
-
-