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 and IFilterMapper2 interfaces to identify media types a pin handles and to register filters.
This structure is equivalent to the AMOVIESETUP_MEDIATYPE structure.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.