MediaRecorder.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
MediaRecorder.
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 MediaRecorder. Note: The query is only valid if the MediaRecorder is currently recording. If the recorder is not recording, the returned devices can be empty or correspond to previously selected devices when the recorder was last active.
Java documentation for android.media.MediaRecorder.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.