public class

GifMetadataDecoder

extends Object
java.lang.Object
   ↳ com.facebook.animated.giflite.decoder.GifMetadataDecoder

Summary

Public Methods
static GifMetadataDecoder create(InputStream is, OutputStream os)
void decode()
int getFrameCount()
int getFrameDisposal(int frameNumber)
int getFrameDurationMs(int frameNumber)
int getLoopCount()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static GifMetadataDecoder create (InputStream is, OutputStream os)

Throws
IOException

public void decode ()

Throws
IOException

public int getFrameCount ()

public int getFrameDisposal (int frameNumber)

public int getFrameDurationMs (int frameNumber)

public int getLoopCount ()