public abstract @interface

ImageTranscoderType

implements Annotation
com.facebook.imagepipeline.core.ImageTranscoderType

Class Overview

Image transcoder type that indicates which kind of image transcoder implementation will be used.

Summary

Constants
int JAVA_TRANSCODER
int NATIVE_TRANSCODER
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int JAVA_TRANSCODER

Constant Value: 1 (0x00000001)

public static final int NATIVE_TRANSCODER

Constant Value: 0 (0x00000000)