Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Mpeg4Visual.h>
This item is not part of the S60 5th Edition SDK

Enum TMPEG4VisualVOPType

TMPEG4VisualVOPType

Description

Specifies the picture type.

EMPEG4VisualVOPTypeI

An Intra-coded (I) VOP is coded using information only from itself.

EMPEG4VisualVOPTypeP

A Predictive-coded (P) VOP is a VOP which is coded using motion compensated prediction from a past reference VOP.

EMPEG4VisualVOPTypeB

A Bidirectionally predictive-coded (B) VOP is a VOP which is coded using motion compensated prediction from a past and/or future reference VOP(s).

EMPEG4VisualVOPTypeS

A sprite (S) VOP is a VOP for a sprite object or a VOP which is coded using prediction based on global motion compensation from a past reference VOP.

[Top]


Enum TMPEG4VisualHeaderType

TMPEG4VisualHeaderType

Description

Specifies the MPEG-4 Visual header types.

EMPEG4VisualHeaderSequence

Visual Object Sequence Header.

EMPEG4VisualHeaderObject

Visual Object Header.

EMPEG4VisualHeaderVOL

Video Object Layer Header.

EMPEG4VisualHeaderGOV

Group of Video Object Plane Header.

EMPEG4VisualHeaderVOP

Video Object Plane Header.