com.facebook.imagepipeline.transcoder.TranscodeStatus |
Status used by ImageTranscodeResult
to supply additional information.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TRANSCODING_ERROR | Status flag to show that an error occured while transcoding the image. | |||||||||
int | TRANSCODING_NO_RESIZING | Status flag to show that the input image transcoded successfully without resizing. | |||||||||
int | TRANSCODING_SUCCESS | Status flag to show that the image was transcoded successfully. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|
Status flag to show that an error occured while transcoding the image.
Status flag to show that the input image transcoded successfully without resizing.
Status flag to show that the image was transcoded successfully.