Share via


CarrierConfigManager.ImsVoice.OctetAligned Field

Definition

Caution

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

AMR NB/WB Payload format is octet-aligned.

[Android.Runtime.Register("OCTET_ALIGNED", 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 OctetAligned = 1;
[<Android.Runtime.Register("OCTET_ALIGNED", 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 OctetAligned : Android.Telephony.ImsVoicePayloadFormat

Field Value

Value = 1
Attributes

Remarks

AMR NB/WB Payload format is octet-aligned.

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

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