Table of Contents

Enum VopCodingTypes

Namespace
VAST.Codecs.Mpeg4
Assembly
VAST.Common.dll

Specifies the MPEG-4 Visual VOP (Video Object Plane) coding types.

public enum VopCodingTypes : byte

Fields

B = 2

Bidirectionally predictive-coded VOP (B-VOP).

I = 0

Intra-coded VOP (I-VOP).

P = 1

Predictive-coded VOP (P-VOP).

Sprite = 3

Sprite VOP (S-VOP).