AudioRecord.AudioSource Property

Definition

Returns the audio recording source.

public virtual Android.Media.AudioSource AudioSource { [Android.Runtime.Register("getAudioSource", "()I", "GetGetAudioSourceHandler")] get; }
[<get: Android.Runtime.Register("getAudioSource", "()I", "GetGetAudioSourceHandler")>]
member this.AudioSource : Android.Media.AudioSource

Property Value

Attributes

Remarks

Returns the audio recording source.

Java documentation for android.media.AudioRecord.getAudioSource().

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