Previous | Next |
The GetBufferWindow method retrieves the maximum latency between when a stream is received and when it begins to be displayed.
Syntax
HRESULT GetBufferWindow(
DWORD* pmsBufferWindow
);
Parameters
pmsBufferWindow
[out] Pointer to a variable specifying the buffer window, in milliseconds.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Description |
E_POINTER | The pmsBufferWindow parameter is NULL |
Remarks
For more information, see the Remarks section of SetBufferWindow.
See Also
Previous | Next |