Package org.ffmpeg.ffprobe
Class PixelFormatFlagsType
java.lang.Object
org.ffmpeg.ffprobe.PixelFormatFlagsType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAlpha()Gets the value of the alpha property.intGets the value of the bigEndian property.intGets the value of the bitstream property.intGets the value of the hwaccel property.intGets the value of the palette property.intGets the value of the planar property.intGets 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.
-
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 -
pseudopal
protected int pseudopal -
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. -
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.
-