Describes a pin medium (as defined in the Windows NT DDK) for registration through the IFilterMapper2 interface.
Syntax
typedef struct { CLSID clsMedium; DWORD dw1; DWORD dw2; } REGPINMEDIUM;
Members
Remarks
A medium defines a method of communication (for example, the bus over which the communication occurs). Each ID within that set is used to represent the form of communication. Register mediums for your filter if you need to search for Microsoft® DirectShow® filters built on kernel streaming pins, which can connect to each other.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.