| com.facebook.imagepipeline.animated.factory.AnimatedImageDecoder |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract AnimatedImage |
decodeFromByteBuffer(ByteBuffer byteBuffer, ImageDecodeOptions options)
Factory method to create the AnimatedImage from a ByteBuffer
| ||||||||||
| abstract AnimatedImage |
decodeFromNativeMemory(long nativePtr, int sizeInBytes, ImageDecodeOptions options)
Factory method to create the AnimatedImage from a native pointer
| ||||||||||
Factory method to create the AnimatedImage from a ByteBuffer
| byteBuffer | The ByteBuffer containing the image |
|---|---|
| options | The options for decoding |
Factory method to create the AnimatedImage from a native pointer
| nativePtr | The native pointer |
|---|---|
| sizeInBytes | The size in byte to allocate |
| options | The options for decoding |