Enum VopCodingTypes
Specifies the MPEG-4 Visual VOP (Video Object Plane) coding types.
public enum VopCodingTypes : byte
Fields
B = 2Bidirectionally predictive-coded VOP (B-VOP).
I = 0Intra-coded VOP (I-VOP).
P = 1Predictive-coded VOP (P-VOP).
Sprite = 3Sprite VOP (S-VOP).