IAudioRouting.RoutedDevices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.