Package tv.hd3g.fflauncher.about
Class FFAboutCodec
- java.lang.Object
-
- tv.hd3g.fflauncher.about.FFAboutCodec
-
public class FFAboutCodec extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFFAboutCodec.CodecType
-
Field Summary
Fields Modifier and Type Field Description Set<String>decodersbooleandecodingSupportedSet<String>encodersbooleanencodingSupportedbooleanintraFrameOnlyStringlongNameLike "DPX (Digital Picture Exchange) image"booleanlosslessCompressionbooleanlossyCompressionStringnameLike "dpx"FFAboutCodec.CodecTypetype
-
-
-
Field Detail
-
decodingSupported
public final boolean decodingSupported
-
encodingSupported
public final boolean encodingSupported
-
type
public final FFAboutCodec.CodecType type
-
intraFrameOnly
public final boolean intraFrameOnly
-
lossyCompression
public final boolean lossyCompression
-
losslessCompression
public final boolean losslessCompression
-
name
public final String name
Like "dpx"
-
longName
public final String longName
Like "DPX (Digital Picture Exchange) image"
-
-