|
||
TVideoRotation
Defines an absolute rotation in 90 degree increments
|
const TInt KMMFVariableVideoBitRate=-1;
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.
const TInt KMMFNoMaxClipSize=-1;
CVideoRecorderUtility::SetMaxClipSizeL(TInt)
can take this constant instead of a byte value. This signifies there should be no max clip size
const TUid KMMFEventCategoryVideoOpenComplete={0x101F7F85};
CVideoPlayerUtility/CVideoRecorderUtility HandleEvent() code : the video source file has been successfully opened
const TUid KMMFEventCategoryVideoPrepareComplete={0x101F7F86};
The unique identifier for the event that indicates that the video has been prepared for recording.
const TUid KMMFEventCategoryVideoRecorderGeneralError={0x101F8001};