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:

Value Description
0 Stop
1 Pause
2 Play
3 FF1 (fast)
4 FF2 (faster)
5 FF3 (fastest)
6 Rewind1 (fast)
7 Rewind2 (faster)
8 Rewind3 (fastest)
9 SlowMotion1 (slow)
10 SlowMotion2 (slower)
11 SlowMotion3 (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