MediaElement.BufferingTime Property
Gets or sets the amount of time to buffer.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<MediaElement BufferingTime="[days.]hours:minutes:seconds[fractionalSeconds]"/>
XAML Values
In the grammar, [] indicates optional values, the [] are not literals. The : (colon) character is a literal, and delimits the h:m:s string form of a common timespan, or the optional days and fractionalSeconds values.
The required and optional aspects of these parts of a timespan reflect the consideration that without at least 0 values, the string conversion cannot know what part of the h:m:s portion of the timespan you intend to set.
Property Value
Type: System.TimeSpanThe amount of time to buffer. The default value is a TimeSpan with value of 5 seconds (0:0:05).
Dependency property identifier field: BufferingTimeProperty
For Silverlight for Windows Phone, the value of BufferingTime has no effect on VC-1 content.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.