CarrierConfigManager.ImsVt.KeyVideoCodecAttributePacketizationModeInt Field

Definition

Specifies the packetization mode of the video codec.

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

Field Value

Attributes

Remarks

Specifies the packetization mode of the video codec.

Permissible values are 0 (Single NAL unit mode), 1(Non-interleaved mode).

If this key is not specified or invalid, then the following default value to be used. <UL> <LI>For H264: 1(Non-interleaved mode)</LI> <UL>

Reference: RFC 6184 Section 5.4

Java documentation for android.telephony.CarrierConfigManager.ImsVt.KEY_VIDEO_CODEC_ATTRIBUTE_PACKETIZATION_MODE_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