CarrierConfigManager.ImsVt.KeyVideoCodecAttributeResolutionIntArray 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 maximum resolution allowed for the video codec instance.
[Android.Runtime.Register("KEY_VIDEO_CODEC_ATTRIBUTE_RESOLUTION_INT_ARRAY", ApiSince=33)]
public const string KeyVideoCodecAttributeResolutionIntArray;
[<Android.Runtime.Register("KEY_VIDEO_CODEC_ATTRIBUTE_RESOLUTION_INT_ARRAY", ApiSince=33)>]
val mutable KeyVideoCodecAttributeResolutionIntArray : string
Field Value
- Attributes
Remarks
Specifies the maximum resolution allowed for the video codec instance.
This is specified as an array of two integers, with index 0 : Width, index 1 : Height
If this key is not specified or invalid as per the video codec, then the following default value to be used. <UL> <LI>For H264: 240 (WIDTH) x 320 (HEIGHT) </LI> <UL>
Reference: RFC 4566 Section 6, 3GPP 26.114 Section 6.2.3.2
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.