CarrierConfigManager.ImsVoice.BandwidthEfficient フィールド

定義

注意事項

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

AMR NB/WB ペイロード形式は帯域幅効率が高いです。

[Android.Runtime.Register("BANDWIDTH_EFFICIENT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsVoicePayloadFormat enum directly instead of this field.", true)]
public const Android.Telephony.ImsVoicePayloadFormat BandwidthEfficient = 0;
[<Android.Runtime.Register("BANDWIDTH_EFFICIENT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsVoicePayloadFormat enum directly instead of this field.", true)>]
val mutable BandwidthEfficient : Android.Telephony.ImsVoicePayloadFormat

フィールド値

Value = 0
属性

注釈

AMR NB/WB ペイロード形式は帯域幅効率が高いです。

android.telephony.CarrierConfigManager.ImsVoice.BANDWIDTH_EFFICIENTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象