PlaybackState.ActionSetPlaybackSpeed Field

Definition

Indicates this session supports the set playback speed command.

[Android.Runtime.Register("ACTION_SET_PLAYBACK_SPEED", ApiSince=31)]
public const long ActionSetPlaybackSpeed = 4194304;
[<Android.Runtime.Register("ACTION_SET_PLAYBACK_SPEED", ApiSince=31)>]
val mutable ActionSetPlaybackSpeed : int64

Field Value

Value = 4194304

Implements

Attributes

Remarks

Indicates this session supports the set playback speed command.

Java documentation for android.media.session.PlaybackState.ACTION_SET_PLAYBACK_SPEED.

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