次の方法で共有


Connection.AudioCodecGsmEfr Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.ConnectionAudioCodec enum directly instead of this field.

GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.

[Android.Runtime.Register("AUDIO_CODEC_GSM_EFR", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionAudioCodec enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionAudioCodec AudioCodecGsmEfr = 8;
[<Android.Runtime.Register("AUDIO_CODEC_GSM_EFR", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionAudioCodec enum directly instead of this field.", true)>]
val mutable AudioCodecGsmEfr : Android.Telecom.ConnectionAudioCodec

Field Value

Value = 8
Attributes

Remarks

GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.

Java documentation for android.telecom.Connection.AUDIO_CODEC_GSM_EFR.

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