AudioRecordingConfiguration.Format Property

Definition

Returns the audio format at which audio is recorded on this Android device.

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

Property Value

the device recording format

Attributes

Remarks

Returns the audio format at which audio is recorded on this Android device. Note that it may differ from the client application recording format (see #getClientFormat()).

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

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