PlaybackParams.SetSpeed(Single) Method

Definition

Sets the speed factor.

[Android.Runtime.Register("setSpeed", "(F)Landroid/media/PlaybackParams;", "", ApiSince=23)]
public Android.Media.PlaybackParams? SetSpeed (float speed);
[<Android.Runtime.Register("setSpeed", "(F)Landroid/media/PlaybackParams;", "", ApiSince=23)>]
member this.SetSpeed : single -> Android.Media.PlaybackParams

Parameters

speed
Single

speed

Returns

this PlaybackParams instance.

Attributes

Remarks

Sets the speed factor.

Java documentation for android.media.PlaybackParams.setSpeed(float).

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