Any other extension in a GIF stream.
Public Member Functions | |
override void | Load (Reader reader) |
Public Attributes | |
const int | HeaderSize = 0X0B |
List< byte[]> | Extensions |
The extensions. More... | |
string | ApplicationIdentifier |
ID for the application. More... | |
string | ApplicationAuthenticationCode |
Auth code for the application (GIF has this? Interesting choices are interesting!) More... | |
|
inlinevirtual |
Reimplemented from Gif.GifBlock.
string Gif.ApplicationExtensionBlock.ApplicationAuthenticationCode |
Auth code for the application (GIF has this? Interesting choices are interesting!)
string Gif.ApplicationExtensionBlock.ApplicationIdentifier |
ID for the application.
List<byte[]> Gif.ApplicationExtensionBlock.Extensions |
The extensions.
const int Gif.ApplicationExtensionBlock.HeaderSize = 0X0B |