Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
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.
Requirements
Header: Qedit.h.
See Also