-
public final class DecoderConfigConfiguration data class for the webp decoder. Image file name of the second frame according to below configurations: IMG_0001.png
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnamePrefixprivate final CharacterrepeatCharacterprivate final IntegerrepeatCharacterCountprivate final Bitmap.CompressFormatcompressFormatprivate final IntegercompressQuality
-
Constructor Summary
Constructors Constructor Description DecoderConfig(String namePrefix, Character repeatCharacter, Integer repeatCharacterCount, Bitmap.CompressFormat compressFormat, Integer compressQuality)
-
Method Summary
Modifier and Type Method Description final StringgetNamePrefix()final CharactergetRepeatCharacter()final IntegergetRepeatCharacterCount()final Bitmap.CompressFormatgetCompressFormat()final IntegergetCompressQuality()-
-
Constructor Detail
-
DecoderConfig
DecoderConfig(String namePrefix, Character repeatCharacter, Integer repeatCharacterCount, Bitmap.CompressFormat compressFormat, Integer compressQuality)
- Parameters:
namePrefix- The prefix to be added to the decoded image file names.repeatCharacter- The character used for repeating in the file names.repeatCharacterCount- The number of times the repeat character is repeated in the file names.compressFormat- The image compression format to be used when saving the decoded image.compressQuality- The compression quality to be used when saving the decoded image.
-
-
Method Detail
-
getNamePrefix
final String getNamePrefix()
-
getRepeatCharacter
final Character getRepeatCharacter()
-
getRepeatCharacterCount
final Integer getRepeatCharacterCount()
-
getCompressFormat
final Bitmap.CompressFormat getCompressFormat()
-
getCompressQuality
final Integer getCompressQuality()
-
-
-
-