MediaFormat.KeyPictureType Field

Definition

A key describing the picture type of the encoded frame.

[Android.Runtime.Register("KEY_PICTURE_TYPE", ApiSince=33)]
public const string KeyPictureType;
[<Android.Runtime.Register("KEY_PICTURE_TYPE", ApiSince=33)>]
val mutable KeyPictureType : string

Field Value

Attributes

Remarks

A key describing the picture type of the encoded frame. This is a part of a video 'Encoding Statistics' export feature. This value is emitted from video encoder for a video frame.

The associated value is an integer.

Java documentation for android.media.MediaFormat.KEY_PICTURE_TYPE.

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