AudioTrack.SetPreferredDevice(AudioDeviceInfo) Method

Definition

Specifies an audio device (via an AudioDeviceInfo object) to route the output from this AudioTrack.

[Android.Runtime.Register("setPreferredDevice", "(Landroid/media/AudioDeviceInfo;)Z", "GetSetPreferredDevice_Landroid_media_AudioDeviceInfo_Handler", ApiSince=23)]
public virtual bool SetPreferredDevice (Android.Media.AudioDeviceInfo? deviceInfo);
[<Android.Runtime.Register("setPreferredDevice", "(Landroid/media/AudioDeviceInfo;)Z", "GetSetPreferredDevice_Landroid_media_AudioDeviceInfo_Handler", ApiSince=23)>]
abstract member SetPreferredDevice : Android.Media.AudioDeviceInfo -> bool
override this.SetPreferredDevice : Android.Media.AudioDeviceInfo -> bool

Parameters

deviceInfo
AudioDeviceInfo

The AudioDeviceInfo specifying the audio sink. If deviceInfo is null, default routing is restored.

Returns

true if succesful, false if the specified AudioDeviceInfo is non-null and does not correspond to a valid audio output device.

Implements

Attributes

Remarks

Specifies an audio device (via an AudioDeviceInfo object) to route the output from this AudioTrack.

Java documentation for android.media.AudioTrack.setPreferredDevice(android.media.AudioDeviceInfo).

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