Share via


AudioRecordingConfiguration.ClientAudioSessionId Property

Definition

Returns the session number of the recording, see AudioRecord#getAudioSessionId().

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

Property Value

the session number.

Attributes

Remarks

Returns the session number of the recording, see AudioRecord#getAudioSessionId().

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

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