Table of Contents

Enum PictureCodingType

Namespace
VAST.Codecs.Mpeg2
Assembly
VAST.Common.dll

Specifies the MPEG-2 picture coding type.

public enum PictureCodingType : byte

Fields

B = 3

Bidirectionally predictive-coded picture (B-frame).

D = 4

DC intra-coded picture (D-frame).

Forbidden = 0

Forbidden value.

I = 1

Intra-coded picture (I-frame).

P = 2

Predictive-coded picture (P-frame).

Reserved5 = 5

Reserved value.

Reserved6 = 6

Reserved value.

Reserved7 = 7

Reserved value.