Package org.ffmpeg.ffprobe
Class PixelFormatFlagsType
- java.lang.Object
-
- org.ffmpeg.ffprobe.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="pseudopal" 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>
-
-
Constructor Summary
Constructors Constructor Description PixelFormatFlagsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlpha()Gets the value of the alpha property.intgetBigEndian()Gets the value of the bigEndian property.intgetBitstream()Gets the value of the bitstream property.intgetHwaccel()Gets the value of the hwaccel property.intgetPalette()Gets the value of the palette property.intgetPlanar()Gets the value of the planar property.intgetPseudopal()Gets the value of the pseudopal property.intgetRgb()Gets the value of the rgb property.voidsetAlpha(int value)Sets the value of the alpha property.voidsetBigEndian(int value)Sets the value of the bigEndian property.voidsetBitstream(int value)Sets the value of the bitstream property.voidsetHwaccel(int value)Sets the value of the hwaccel property.voidsetPalette(int value)Sets the value of the palette property.voidsetPlanar(int value)Sets the value of the planar property.voidsetPseudopal(int value)Sets the value of the pseudopal property.voidsetRgb(int value)Sets the value of the rgb property.
-
-
-
Method Detail
-
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.
-
getPseudopal
public int getPseudopal()
Gets the value of the pseudopal property.
-
setPseudopal
public void setPseudopal(int value)
Sets the value of the pseudopal 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.
-
-