KsFilterFactoryGetDevice function (ks.h)
The KsFilterFactoryGetDevice function returns the AVStream device to which FilterFactory belongs.
Syntax
PKSDEVICE KsFilterFactoryGetDevice(
[in] PKSFILTERFACTORY FilterFactory
);
Parameters
[in] FilterFactory
A pointer to a KSFILTERFACTORY structure for which to find the corresponding AVStream device.
Return value
Returns a pointer to a KSDEVICE structure representing the AVStream device to which FilterFactory belongs.
Remarks
This call is an inline function call to KsGetDevice.
For more information about the AVStream object hierarchy, see AVStream Overview.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions. |
Target Platform | Desktop |
Header | ks.h (include Ks.h) |
IRQL | PASSIVE_LEVEL |