Microsoft DirectX 8.1 (C++)

SCompFmt0 Structure

Contains format information for smart recompression.

Syntax

typedef struct _SCompFmt0
{
    long nFormatId;
    AM_MEDIA_TYPE MediaType;
} SCompFmt0;

Members

nFormatId

Reserved; must be zero.

MediaType

AM_MEDIA_TYPE structure that describes the compression format.

See Also