MediaElement.DefaultPlaybackRate property

Expand Minimize
This topic has not yet been rated - Rate this topic

Gets or sets the default playback rate for the media engine. The playback rate applies when the user isn't using fast forward or reverse.

Syntax


public double DefaultPlaybackRate { get; set; }


<MediaElement DefaultPlaybackRate="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

The default playback rate. The default is 1.0, which indicates normal playback speed.

Remarks

The current PlaybackRate is set to the value of DefaultPlaybackRate whenever Play is called. So setting DefaultPlaybackRate to a different value has no effect until Play is called.

To set a rate that will persist throughout the lifetime of the MediaElement, use DefaultPlaybackRate. Once playback ends, due to the MediaEnded event being raised or if Pause or Stop are called, the PlaybackRate will be effectively lost.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

MediaElement

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.