Experience.PlayRate Property

Gets or sets the current play rate associated with the current media.

Note   This property has been deprecated.

Syntax

  Experience.PlayRate

Property Value

A read/write Number (long) that indicates the play rate. It can be any of the following values:

Value Description
0 Stop
1 Pause
2 Play
3 FF1
4 FF2
5 FF3
6 Rewind1
7 Rewind2
8 Rewind3
9 SlowMotion1
10 SlowMotion2
11 SlowMotion3

Remarks

This property is a logical subset of the Experience.PlayState property. (For example, when the media content play rate is "FF2", the play state is "Playing".) To act on changes to the PlayRate property, an application can use a MediaCenter.onPlayStateChange handler that monitors the Experience.PlayRate property.

Requirements

Platform: HTML application hosted within Windows XP Media Center Edition 2004 through Windows Vista

See Also