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.
3/26/2014
This structure contains media type information for registering a filter.
Syntax
typedef struct _AMOVIESETUP_MEDIATYPE{
const CLSID* clsMajorType;
const CLSID* clsMinorType;
} AMOVIESETUP_MEDIATYPE;
Members
- clsMajorType
Major media type supported by the filter.
- clsMinorType
Minor media type supported by the filter.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |