Share via


AudioRecord.RoutedDevices Property

Definition

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

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

Property Value

Implements

Attributes

Remarks

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

Java documentation for android.media.AudioRecord.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