XFILECOMPRESSEDANIMATIONSET

Identifies compressed key frame animation data.

typedef struct XFILECOMPRESSEDANIMATIONSET {
    DWORD CompressedBlockSize;
    FLOAT TicksPerSec;
    DWORD PlaybackType;
    DWORD BufferLength;
} XFILECOMPRESSEDANIMATIONSET, *LPXFILECOMPRESSEDANIMATIONSET;

Members

CompressedBlockSize
Total size, in bytes, of the compressed data in the compressed key frame animation data buffer.
TicksPerSec
Number of animation key frame ticks that occur per second.
PlaybackType
Type of the animation set playback loop. See D3DXPLAYBACK_TYPE.
BufferLength
Minimum buffer size, in bytes, required to hold compressed key frame animation data. Value is equal to ( ( CompressedBlockSize + 3 ) / 4 ).

See Also

ID3DXCompressedAnimationSet