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

Class TMPEG4VisualMode

class TMPEG4VisualMode;

Description

This class is used to set the encoder operation mode.

Members

Defined in TMPEG4VisualMode:


Member data


iShortHeaderMode

TBool iShortHeaderMode;

Description

Indicates whether the short header mode of MPEG-4 Visual is used. If iShortHeaderMode is equal to ETrue, then iH263VideoMode is valid and all other parameter values are invalid. If iShortHeaderMode is equal to EFalse, then iH263VideoMode is invalid and all other parameter values are valid.


iMPEG4VisualNormalMPEG4Mode

TMPEG4VisualNormalMPEG4Mode iMPEG4VisualNormalMPEG4Mode;

Description

Contains the encoding modes to use when iShortHeaderMode is EFalse.


iH263VideoMode

TH263VideoMode iH263VideoMode;

Description

Contains the encoding modes to use when iShortHeaderMode is ETrue.