Language

PictureType Enum

Definition

public enum PictureType
type PictureType = 
Inheritance
PictureType

Fields

Name Value Description
Unknown 0

Picture Type is unknown.

Android reference for android.media.MediaFormat.PICTURE_TYPE_UNKNOWN.

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.

I 1

Picture Type is I Frame.

Android reference for android.media.MediaFormat.PICTURE_TYPE_I.

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.

P 2

Picture Type is P Frame.

Android reference for android.media.MediaFormat.PICTURE_TYPE_P.

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.

B 3

Picture Type is B Frame.

Android reference for android.media.MediaFormat.PICTURE_TYPE_B.

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