tom greene
tom greene

Reputation: 5449

Is there a way to change the speed of a media element

In silverlight, is there a way to change the playback speed?

Upvotes: 0

Views: 2277

Answers (2)

D.Rosado
D.Rosado

Reputation: 5773

A PlayBackRate property was introduced on Silverlight 5

MediaElement.PlaybackRate Property

Upvotes: 1

Dan Auclair
Dan Auclair

Reputation: 3617

No, as of Silverlight 4 there is no way to change the playback speed of the MediaElement. In WPF there is a SpeedRatio property which has not been made available in Silverlight.

There is currently a feature request for it on UserVoice.

Upvotes: 1

Related Questions