Inheritance
System.Object
GifCodec
public class GifCodec : Codec, IDisposable
Constructors
Declaration
public GifCodec(byte[] bytes)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
Properties
Declaration
public int frameCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Declaration
public int repetitionCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Methods
Declaration
Declaration
public IPromise<FrameInfo> getNextFrame()
Returns
Implements
Declaration
public static bool isGif(byte[] bytes)
Parameters
Type |
Name |
Description |
System.Byte[] |
bytes |
|
Returns
Type |
Description |
System.Boolean |
|