GlobalSystemMediaTransportControlsSessionPlaybackInfo.PlaybackRate 屬性

定義

播放發生的速率。

public:
 property IReference<double> ^ PlaybackRate { IReference<double> ^ get(); };
IReference<double> PlaybackRate();
public System.Nullable<double> PlaybackRate { get; }
var iReference = globalSystemMediaTransportControlsSessionPlaybackInfo.playbackRate;
Public ReadOnly Property PlaybackRate As Nullable(Of Double)

屬性值

值,指出播放速率,1 為一般播放。

適用於