Class PixelFormatComponentType

java.lang.Object
org.ffmpeg.ffprobe436.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>
 
  • 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.