docs/javadoc/reference/com/facebook/imagepipeline/transcoder/TranscodeStatus.html
|
|
Summary: Constants | Inherited Methods | [Expand All]
public abstract @interface
implements Annotation
| com.facebook.imagepipeline.transcoder.TranscodeStatus |
Status used by ImageTranscodeResult to supply additional information.
| Constants |
|---|
| int |
| int |
| int |
| [Expand] Inherited Methods | | --- | | From interface java.lang.annotation.Annotation
| abstract Class<? extends Annotation> | annotationType() | | abstract boolean | equals(Object arg0) | | abstract int | hashCode() | | abstract String | toString() |
|
Status flag to show that an error occured while transcoding the image.
Constant Value: 2 (0x00000002)
Status flag to show that the input image transcoded successfully without resizing.
Constant Value: 1 (0x00000001)
Status flag to show that the image was transcoded successfully.
Constant Value: 0 (0x00000000)
+Generated by Doclava. +