PlaybackState.PlaybackSpeed Property

Definition

Get the current playback speed as a multiple of normal playback.

public float PlaybackSpeed { [Android.Runtime.Register("getPlaybackSpeed", "()F", "")] get; }
[<get: Android.Runtime.Register("getPlaybackSpeed", "()F", "")>]
member this.PlaybackSpeed : single

Property Value

Single

The current speed of playback.

Attributes

Remarks

Java documentation for android.media.session.PlaybackState.getPlaybackSpeed().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to