MediaTransport.PlayRate Property

Gets or sets the current play rate and direction of the current media.

Syntax

public Single PlayRate {get; set;}

Property Value

System.Single. The current play rate. It must be one of the following values:

ValueDescription
0Stop
1Pause
2Play
3FF1 (fast)
4FF2 (faster)
5FF3 (fastest)
6Rewind1 (fast)
7Rewind2 (faster)
8Rewind3 (fastest)
9SlowMotion1 (slow)
10SlowMotion2 (slower)
11SlowMotion3 (slowest)

This property is read/write.

Remarks

Use the PlayState property to retrieve the state of the current media.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also

Page view tracker