Package tv.hd3g.fflauncher.about
Class FFAboutPixelFormat
- java.lang.Object
-
- tv.hd3g.fflauncher.about.FFAboutPixelFormat
-
public class FFAboutPixelFormat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intbitsPerPixelbooleanbitstreambooleanhardwareAcceleratedintnbComponentsbooleanpalettedbooleansupportedInputbooleansupportedOutputStringtag
-
-
-
Field Detail
-
supportedInput
public final boolean supportedInput
-
supportedOutput
public final boolean supportedOutput
-
hardwareAccelerated
public final boolean hardwareAccelerated
-
paletted
public final boolean paletted
-
bitstream
public final boolean bitstream
-
nbComponents
public final int nbComponents
-
bitsPerPixel
public final int bitsPerPixel
-
tag
public final String tag
-
-