Uses of Class
de.digitalcollections.openjpeg.lib.enums.CODEC_FORMAT
| Package | Description |
|---|---|
| de.digitalcollections.openjpeg.lib | |
| de.digitalcollections.openjpeg.lib.enums |
-
Uses of CODEC_FORMAT in de.digitalcollections.openjpeg.lib
Methods in de.digitalcollections.openjpeg.lib with parameters of type CODEC_FORMAT Modifier and Type Method Description jnr.ffi.Pointerlibopenjp2. opj_create_compress(CODEC_FORMAT fmt)jnr.ffi.Pointerlibopenjp2. opj_create_decompress(CODEC_FORMAT fmt) -
Uses of CODEC_FORMAT in de.digitalcollections.openjpeg.lib.enums
Methods in de.digitalcollections.openjpeg.lib.enums that return CODEC_FORMAT Modifier and Type Method Description static CODEC_FORMATCODEC_FORMAT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CODEC_FORMAT[]CODEC_FORMAT. values()Returns an array containing the constants of this enum type, in the order they are declared.