Microsoft DirectX 8.0 |
Describes a pin medium for registration through the IFilterMapper2 interface.
Syntax
typedef struct { CLSID clsMedium; DWORD dw1; DWORD dw2; } REGPINMEDIUM;
Members
Remarks
A medium identifies a hardware path of communication that exists within a single hardware device or between two devices. Register mediums if your filter is built on kernel streaming pins and needs to connect to other such filters.
This structure is equivalent to the KSPIN_MEDIUM structure, which is used by kernel streaming drivers. For more information, see the Microsoft® Windows® Driver Development Kit (DDK).