Back to Fresco

TranscodeStatus

docs/javadoc/reference/com/facebook/imagepipeline/transcoder/TranscodeStatus.html

3.6.011.6 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

Summary: Constants | Inherited Methods | [Expand All]

public abstract @interface

TranscodeStatus

implements Annotation

| com.facebook.imagepipeline.transcoder.TranscodeStatus |

Class Overview

Status used by ImageTranscodeResult to supply additional information.

Summary

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() |

|

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)

+Generated by Doclava. +