Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MmfVideo.h>

Enum TVideoRotation

TVideoRotation

Description

Defines an absolute rotation in 90 degree increments

EVideoRotationNone

EVideoRotationClockwise90

EVideoRotationClockwise180

EVideoRotationClockwise270


MmfVideo.h Global variables

[Top]


KMMFVariableVideoBitRate

const TInt KMMFVariableVideoBitRate=-1;

Description

The use of this constant as either a parameter for CVideoRecorderUtility::SetVideoBitRateL(TInt) or as a return value from CVideoRecorderUtility::VideoBitRateL() signifies that a variable video bit rate is being used.

[Top]


KMMFNoMaxClipSize

const TInt KMMFNoMaxClipSize=-1;

Description

CVideoRecorderUtility::SetMaxClipSizeL(TInt) can take this constant instead of a byte value. This signifies there should be no max clip size

[Top]


KMMFEventCategoryVideoOpenComplete

const TUid KMMFEventCategoryVideoOpenComplete={0x101F7F85};

Description

CVideoPlayerUtility/CVideoRecorderUtility HandleEvent() code : the video source file has been successfully opened

[Top]


KMMFEventCategoryVideoPrepareComplete

const TUid KMMFEventCategoryVideoPrepareComplete={0x101F7F86};

Description

The unique identifier for the event that indicates that the video has been prepared for recording.

[Top]


KMMFEventCategoryVideoLoadingStarted

const TUid KMMFEventCategoryVideoLoadingStarted={0x101F7F87};

Description

[Top]


KMMFEventCategoryVideoLoadingComplete

const TUid KMMFEventCategoryVideoLoadingComplete={0x101F7F88};

Description

[Top]


KMMFEventCategoryVideoPlayerGeneralError

const TUid KMMFEventCategoryVideoPlayerGeneralError={0x101F8000};

Description

[Top]


KMMFEventCategoryVideoRecorderGeneralError

const TUid KMMFEventCategoryVideoRecorderGeneralError={0x101F8001};

Description