REGPINTYPES (Compact 2013)
3/26/2014
This structure contains media type information for registering a filter.
Syntax
typedef struct{
const CLSID* clsMajorType;
const CLSID* clsMinorType;
} REGPINTYPES;
Members
- clsMajorType
Major media type supported by the filter.
- clsMinorType
Minor media type supported by the filter.
Remarks
This structure is used by the IFilterMapper interface to identify media types a pin handles and to register filters.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |