User`s manual
Reference Manual 95
Enumerations
EVideoFormat Enumeration
Syntax
typedef enum
{
MPEG1 = 0x00,
MPEG2 = 0x01,
H261 = 0x02,
H263 = 0x03,
MPEG4 = 0x04,
MPEG4XGO = 0x05,
MPEG2X4 = 0x06,
MOTIONJPEG = 0x08,
DV = 0x09,
H26L = 0x20,
GO = 0x40
} EVideoFormat;
ESequenceMode Enumeration
Syntax
typedef enum
{
IONLY = 1,
IPONLY = 2,
IPB = 3,
IPBDROP = 4
} ESequenceMode;