The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IVideoFrameNative::GetDevice method
This method returns a device associated with the video data.
Syntax
HRESULT GetDevice(
[in] REFIID riid,
[out] LPVOID *ppv
);
Parameters
- riid [in]
-
The IID of the device to retrieve.
- ppv [out]
-
When this method returns successfully, contains the device pointer requested in riid parameter.
Return value
Returns S_OK on successful completion.
See also
Show: