PlaybackParams.SetAudioFallbackMode(Int32) Method

Definition

Sets the audio fallback mode.

[Android.Runtime.Register("setAudioFallbackMode", "(I)Landroid/media/PlaybackParams;", "", ApiSince=23)]
public Android.Media.PlaybackParams? SetAudioFallbackMode (int audioFallbackMode);
[<Android.Runtime.Register("setAudioFallbackMode", "(I)Landroid/media/PlaybackParams;", "", ApiSince=23)>]
member this.SetAudioFallbackMode : int -> Android.Media.PlaybackParams

Parameters

audioFallbackMode
Int32

audioFallbackMode

Returns

this PlaybackParams instance.

Attributes

Remarks

Sets the audio fallback mode.

Java documentation for android.media.PlaybackParams.setAudioFallbackMode(int).

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