CarrierConfigManager.ImsVt.KeyVideoCodecAttributeFrameRateInt Field

Definition

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

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