CarrierConfigManager.ImsVt.KeyVideoCodecAttributePacketizationModeInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.