Windows Media Player 11 SDK IWMPNetwork::put_bufferingTime 

Windows Media Player SDK banner art

Previous Next

IWMPNetwork::put_bufferingTime

The put_bufferingTime method specifies the amount of time in milliseconds allocated for buffering incoming data before playing begins.

Syntax

  

Parameters

lBufferingTime

[in]  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