| java.lang.Object | |
| ↳ | com.facebook.animated.giflite.decoder.GifMetadataDecoder |
| 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
| |||||||||||
| IOException |
|---|