public abstract @interface

TranscodeStatus

implements Annotation
com.facebook.imagepipeline.transcoder.TranscodeStatus

Class Overview

Status used by ImageTranscodeResult to supply additional information.

Summary

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

Constants

public static final int TRANSCODING_ERROR

Status flag to show that an error occured while transcoding the image.

Constant Value: 2 (0x00000002)

public static final int TRANSCODING_NO_RESIZING

Status flag to show that the input image transcoded successfully without resizing.

Constant Value: 1 (0x00000001)

public static final int TRANSCODING_SUCCESS

Status flag to show that the image was transcoded successfully.

Constant Value: 0 (0x00000000)