Share via


AudioRecordingConfiguration.AudioDevice Property

Definition

Returns information about the audio input device used for this recording.

public Android.Media.AudioDeviceInfo? AudioDevice { [Android.Runtime.Register("getAudioDevice", "()Landroid/media/AudioDeviceInfo;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAudioDevice", "()Landroid/media/AudioDeviceInfo;", "", ApiSince=24)>]
member this.AudioDevice : Android.Media.AudioDeviceInfo

Property Value

the audio recording device or null if this information cannot be retrieved

Attributes

Remarks

Returns information about the audio input device used for this recording.

Java documentation for android.media.AudioRecordingConfiguration.getAudioDevice().

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