AudioRecordingConfiguration.ClientFormat Property

Definition

Returns the audio format at which the client application is recording audio.

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

Property Value

the recording format

Attributes

Remarks

Returns the audio format at which the client application is recording audio. Note that it may differ from the actual recording format (see #getFormat()).

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

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