Class PixelFormatFlagsType

java.lang.Object
org.ffmpeg.ffprobe700.PixelFormatFlagsType

public class PixelFormatFlagsType extends Object

Java class for pixelFormatFlagsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="pixelFormatFlagsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="big_endian" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="palette" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="bitstream" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="hwaccel" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="planar" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="rgb" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="alpha" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     
    protected int
     
    protected int
     
    protected int
     
    protected int
     
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the alpha property.
    int
    Gets the value of the bigEndian property.
    int
    Gets the value of the bitstream property.
    int
    Gets the value of the hwaccel property.
    int
    Gets the value of the palette property.
    int
    Gets the value of the planar property.
    int
    Gets the value of the rgb property.
    void
    setAlpha(int value)
    Sets the value of the alpha property.
    void
    setBigEndian(int value)
    Sets the value of the bigEndian property.
    void
    setBitstream(int value)
    Sets the value of the bitstream property.
    void
    setHwaccel(int value)
    Sets the value of the hwaccel property.
    void
    setPalette(int value)
    Sets the value of the palette property.
    void
    setPlanar(int value)
    Sets the value of the planar property.
    void
    setRgb(int value)
    Sets the value of the rgb property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bigEndian

      protected int bigEndian
    • palette

      protected int palette
    • bitstream

      protected int bitstream
    • hwaccel

      protected int hwaccel
    • planar

      protected int planar
    • rgb

      protected int rgb
    • alpha

      protected int alpha
  • Constructor Details

    • PixelFormatFlagsType

      public PixelFormatFlagsType()
  • Method Details

    • getBigEndian

      public int getBigEndian()
      Gets the value of the bigEndian property.
    • setBigEndian

      public void setBigEndian(int value)
      Sets the value of the bigEndian property.
    • getPalette

      public int getPalette()
      Gets the value of the palette property.
    • setPalette

      public void setPalette(int value)
      Sets the value of the palette property.
    • getBitstream

      public int getBitstream()
      Gets the value of the bitstream property.
    • setBitstream

      public void setBitstream(int value)
      Sets the value of the bitstream property.
    • getHwaccel

      public int getHwaccel()
      Gets the value of the hwaccel property.
    • setHwaccel

      public void setHwaccel(int value)
      Sets the value of the hwaccel property.
    • getPlanar

      public int getPlanar()
      Gets the value of the planar property.
    • setPlanar

      public void setPlanar(int value)
      Sets the value of the planar property.
    • getRgb

      public int getRgb()
      Gets the value of the rgb property.
    • setRgb

      public void setRgb(int value)
      Sets the value of the rgb property.
    • getAlpha

      public int getAlpha()
      Gets the value of the alpha property.
    • setAlpha

      public void setAlpha(int value)
      Sets the value of the alpha property.