Package tv.hd3g.fflauncher
Class FFCodec
- java.lang.Object
-
- tv.hd3g.fflauncher.FFCodec
-
public class FFCodec extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFFCodec.CodecType
-
Field Summary
Fields Modifier and Type Field Description Set<String>decodersbooleandecodingSupportedSet<String>encodersbooleanencodingSupportedbooleanintraFrameOnlyStringlongNameLike "DPX (Digital Picture Exchange) image"booleanlosslessCompressionbooleanlossyCompressionStringnameLike "dpx"FFCodec.CodecTypetype
-
-
-
Field Detail
-
decodingSupported
public final boolean decodingSupported
-
encodingSupported
public final boolean encodingSupported
-
type
public final FFCodec.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"
-
-