Share via


CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeHfOnlyInt Field

Definition

Specifies whether to limit the session to header-full format.

[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_HF_ONLY_INT", ApiSince=33)]
public const string KeyEvsCodecAttributeHfOnlyInt;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_HF_ONLY_INT", ApiSince=33)>]
val mutable KeyEvsCodecAttributeHfOnlyInt : string

Field Value

Attributes

Remarks

Specifies whether to limit the session to header-full format. This applies to both directions in the session. This attribute is applicable for EVS codec.

Permissible values are 0, 1 If hf-only is 1, only Header-Full format is used and hf-only is included in the SDP.

If hf-only is 0, both Compact and Header-Full formats are used and hf-only is included in the SDP.

If this key is not present, then both Compact and Header-Full formats are used and hf-only is not included in the SDP.

If this key is configured, then device is expected to send this parameter in the SDP offer if operator required it.

Reference: 3GPP 26.445 Section A.3.1.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.KEY_EVS_CODEC_ATTRIBUTE_HF_ONLY_INT.

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