CarrierConfigManager.ImsVt.KeyVideoCodecAttributeFrameRateInt 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 frame rate the offerer wishes to receive.
[Android.Runtime.Register("KEY_VIDEO_CODEC_ATTRIBUTE_FRAME_RATE_INT", ApiSince=33)]
public const string KeyVideoCodecAttributeFrameRateInt;
[<Android.Runtime.Register("KEY_VIDEO_CODEC_ATTRIBUTE_FRAME_RATE_INT", ApiSince=33)>]
val mutable KeyVideoCodecAttributeFrameRateInt : string
Field Value
- Attributes
Remarks
Specifies the maximum frame rate the offerer wishes to receive. This gives the maximum video frame rate in frames/sec.
If this key is not specified or invalid, then the following default value to be used. <UL> <LI>For H264: 15 </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.