Get the current playback speed as a multiple of normal playback.
Syntax
[get: Android.Runtime.Register("getPlaybackSpeed", "()F", "GetGetPlaybackSpeedHandler")] public floatPlaybackSpeed { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Get the current playback speed as a multiple of normal playback. This
should be negative when rewinding. A value of 1 means normal playback and
0 means paused.