CarrierConfigManager.ImsVt.KeyH264VideoCodecAttributeProfileLevelIdString 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 profile level id of the H264 video codec.
[Android.Runtime.Register("KEY_H264_VIDEO_CODEC_ATTRIBUTE_PROFILE_LEVEL_ID_STRING", ApiSince=33)]
public const string KeyH264VideoCodecAttributeProfileLevelIdString;
[<Android.Runtime.Register("KEY_H264_VIDEO_CODEC_ATTRIBUTE_PROFILE_LEVEL_ID_STRING", ApiSince=33)>]
val mutable KeyH264VideoCodecAttributeProfileLevelIdString : string
Field Value
- Attributes
Remarks
Specifies the profile level id of the H264 video codec. This value is represented as "profile-level-id" in the SDP offer as per RFC 6184 Section 8.1.
If this key is not specified or invalid as per the video codec, then default value of 42C00C to be used.
Reference: RFC 6184 Section 8.1, ITU-T Recommendation H.264
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.