SCompFmt0 Structure
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