Share via


AudioRecordingConfiguration.AudioSource Property

Definition

Returns the audio source currently used to configure the capture path.

public int AudioSource { [Android.Runtime.Register("getAudioSource", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAudioSource", "()I", "", ApiSince=29)>]
member this.AudioSource : int

Property Value

the audio source active on the capture path.

Attributes

Remarks

Returns the audio source currently used to configure the capture path. It can be different from the source returned by #getClientAudioSource() if another capture is active.

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