Gif.ApplicationExtensionBlock Class Reference

Detailed Description

Any other extension in a GIF stream.

Inheritance diagram for Gif.ApplicationExtensionBlock:
Gif.GifBlock

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...
 

Member Function Documentation

override void Gif.ApplicationExtensionBlock.Load ( Reader  reader)
inlinevirtual

Reimplemented from Gif.GifBlock.

Member Data Documentation

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