MediaFormat.KeyVideoQpMin Field

Definition

A key describing the minimum Quantization Parameter allowed for encoding video.

[Android.Runtime.Register("KEY_VIDEO_QP_MIN", ApiSince=31)]
public const string KeyVideoQpMin;
[<Android.Runtime.Register("KEY_VIDEO_QP_MIN", ApiSince=31)>]
val mutable KeyVideoQpMin : string

Field Value

Attributes

Remarks

A key describing the minimum Quantization Parameter allowed for encoding video. This key applies to all three video frame types (I, P, and B). The value is used directly for picture type I; a per-mime formula is used to calculate the value for the remaining picture types.

This calculation can be avoided by directly specifying values for each picture type using the type-specific keys #KEY_VIDEO_QP_I_MIN, #KEY_VIDEO_QP_P_MIN, and #KEY_VIDEO_QP_B_MIN.

The associated value is an integer.

Java documentation for android.media.MediaFormat.KEY_VIDEO_QP_MIN.

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