Windows Media Player 11 SDK IWMPNetwork::get_bufferingTime
Previous | Next |
IWMPNetwork::get_bufferingTime
The get_bufferingTime method retrieves the amount of time in milliseconds allocated for buffering incoming data before playing begins.
Syntax
Parameters
plBufferingTime
[out] Pointer to a long containing the buffering time, which ranges from zero to 60,000 with a default value of 5,000.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |