SmoothStreamingMediaElement.PlaybackRate Property

Gets the playback rate.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property PlaybackRate As Nullable(Of Double)
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Nullable(Of Double)

value = instance.PlaybackRate
public Nullable<double> PlaybackRate { get; }
public:
property Nullable<double> PlaybackRate {
    Nullable<double> get ();
}
member PlaybackRate : Nullable<float>
function get PlaybackRate () : Nullable<double>

Property Value

Type: System.Nullable<Double>
A value from the SupportedPlaybackRates list.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace