Package tv.hd3g.fflauncher
Class FFPixelFormat
- java.lang.Object
-
- tv.hd3g.fflauncher.FFPixelFormat
-
public class FFPixelFormat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intbits_per_pixelbooleanbitstreambooleanhardware_acceleratedintnb_componentsbooleanpalettedbooleansupported_inputbooleansupported_outputStringtag
-
-
-
Field Detail
-
supported_input
public final boolean supported_input
-
supported_output
public final boolean supported_output
-
hardware_accelerated
public final boolean hardware_accelerated
-
paletted
public final boolean paletted
-
bitstream
public final boolean bitstream
-
nb_components
public final int nb_components
-
bits_per_pixel
public final int bits_per_pixel
-
tag
public final String tag
-
-