Package org.ffmpeg.ffprobe
Class PixelFormatComponentType
java.lang.Object
org.ffmpeg.ffprobe.PixelFormatComponentType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets 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.
-
Field Details
-
index
protected int index -
bitDepth
protected int bitDepth
-
-
Constructor Details
-
PixelFormatComponentType
public PixelFormatComponentType()
-
-
Method Details
-
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.
-