Share via


AudioRecordingConfiguration.ClientAudioSource Property

Definition

Returns the audio source selected by the client.

public Android.Media.AudioSource ClientAudioSource { [Android.Runtime.Register("getClientAudioSource", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getClientAudioSource", "()I", "", ApiSince=24)>]
member this.ClientAudioSource : Android.Media.AudioSource

Property Value

the audio source selected by the client.

Attributes

Remarks

Returns the audio source selected by the client.

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

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