Package tv.hd3g.fflauncher.about
Class FFAboutPixelFormat
- java.lang.Object
-
- tv.hd3g.fflauncher.about.FFAboutPixelFormat
-
public class FFAboutPixelFormat extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFFAboutPixelFormat.BitDepths
-
Field Summary
Fields Modifier and Type Field Description FFAboutPixelFormat.BitDepthsbitDepthsintbitsPerPixelbooleanbitstreambooleanhardwareAcceleratedintnbComponentsbooleanpalettedbooleansupportedInputbooleansupportedOutputStringtag
-
-
-
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
-
bitDepths
public final FFAboutPixelFormat.BitDepths bitDepths
-
tag
public final String tag
-
-