PlaybackParams.SetPitch(Single) Method

Definition

Sets the pitch factor.

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

Parameters

pitch
Single

pitch

Returns

this PlaybackParams instance.

Attributes

Remarks

Sets the pitch factor.

Java documentation for android.media.PlaybackParams.setPitch(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