Class GifFrame
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Represents the gif image data used to encode a gif image with GifEncoder.
C#Copypublic class GifFrame
- Inheritance
-
System.ObjectGifFrame
Constructors
View Source
GifFrame(Byte[], UInt32)
Initializes a new instance of the GifFrame class with a buffer and a delay.
Declaration
C#Copypublic GifFrame(byte[] buffer, uint delay)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer | The raw image buffer to be encoded. |
System.UInt32 | delay | The delay for this image in milliseconds. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
System.ArgumentException | The length of |
API Level: 4
Properties
Declaration
C#Copypublic byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
API Level: 4
Declaration
C#Copypublic uint Delay { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 | Time delay in milliseconds. |