Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This property retrieves the buffering time, which is the time allocated for buffering incoming data before playback begins. This property is read-only.

Compatibility:Windows Media Player

Syntax

[ 
dblTime = ] MediaPlayer.BufferingTime

Parameters

dblTime

Double value specifying the buffering time, in milliseconds. The minimum value is 1, while the maximum value is 30000. If no value is supplied, the property defaults to 5000.

Remarks

The value for the BufferingTimeproperty is reflected in the HKEY_CURRENT_USER\Software\Microsoft\Netshow\Player\General\Buffering Timeregistry key.

The default value to use for Advanced Streaming Format (ASF) content is 5000 (5 seconds).

Requirements

Windows Embedded CE Windows CE 3.0 and later

See Also