IAudioRouting.RoutedDevices Property

Definition

Returns a List of AudioDeviceInfo identifying the current routing of this AudioTrack/AudioRecord.

public virtual System.Collections.Generic.IList<Android.Media.AudioDeviceInfo> RoutedDevices { [Android.Runtime.Register("getRoutedDevices", "()Ljava/util/List;", "GetGetRoutedDevicesHandler:Android.Media.IAudioRouting, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRoutedDevices", "()Ljava/util/List;", "GetGetRoutedDevicesHandler:Android.Media.IAudioRouting, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
member this.RoutedDevices : System.Collections.Generic.IList<Android.Media.AudioDeviceInfo>

Property Value

Attributes

Remarks

Returns a List of AudioDeviceInfo identifying the current routing of this AudioTrack/AudioRecord. Note: The query is only valid if the AudioTrack/AudioRecord is currently playing. If it is not, getRoutedDevices() will return an empty List.

Java documentation for android.media.AudioRouting.getRoutedDevices().

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