BufferingTime
This page is specific to:Microsoft Version:
Silverlight 3
JavaScript API for Silverlight
BufferingTime

Gets or sets the amount of time to buffer.

<object BufferingTime="TimeSpan"  .../>
value = object.BufferingTime
object.BufferingTime = value

Property Value

Type: TimeSpan

The amount of time to buffer. The default value is 5 seconds (0:0:05).

This property is read/write.

Managed Equivalent

BufferingTime

Remarks

The string format for specifying a TimeSpan is [days.]hours:minutes:seconds[.fractionalSeconds]. Creating a TimeSpan in XAML is possible only through a type conversion syntax when setting a property such as BufferingTime that takes a TimeSpan as an attribute string. Creating a TimeSpan in script also uses the type conversion syntax by setting BufferingTime with a properly formatted string.

Applies To

MediaElement

© 2010 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View