Microsoft DirectX 9.0 |
The GetInfo method retrieves information about the current stream-control settings, including the start and stop times.
Syntax
HRESULT GetInfo(
AM_STREAM_INFO *pInfo
);
Parameters
pInfo
[out] Pointer to an AM_STREAM_INFO structure, allocated by the caller, that receives the current stream-control settings.
Return Values
Returns an HRESULT value. Possible values include the following.
Return code | Description |
S_OK | Success. |
E_POINTER | NULL pointer value. |
See Also