IAMNetworkStatus::get_BufferingProgress
Microsoft DirectShow 9.0 |
IAMNetworkStatus::get_BufferingProgress
The get_BufferingProgress method retrieves a value indicating the buffering progress.
Syntax
HRESULT get_BufferingProgress( long *pBufferingProgress );
Parameters
pBufferingProgress
Pointer to a variable that receives a value from 0 to 100, indicating what percentage has completed.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also