AVIInfo
Information about an AVI.
Elements
| Name | Type | Description |
|---|---|---|
| width | unsigned int | The width of each frame. |
| height | unsigned int | The height of each frame. |
| imageType | ImageType | The type of images this AVI contains. |
| numFrames | unsigned int | The number of frames in the AVI. |
| framesPerSecond | unsigned int | The number of frames per second this AVI should be shown at. The AVI may play at a slower rate, depending on the performance of the system on which it plays. |
| filterName | char* | The name of the compression filter used to create this AVI. |
| hasData | int | Specifies whether this AVI has data attached to each frame or not. |
| maxDataSize | unsigned int | If this AVI has data, the maximum size of the data in each frame. |