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::GetData method
This method returns an interface that provides access to the video data.
Syntax
HRESULT GetData(
[in] REFIID riid,
[out] LPVOID *ppv
);
Parameters
- riid [in]
-
The IID of the interface to retrieve.
- ppv [out]
-
When this method returns successfully, contains the interface pointer requested in riid parameter.
Return value
Returns S_OK on successful completion. Returns E_NOINTERFACE if the requested interface can't be found.
See also
Show: