const TInt | KMMFVariableVideoBitRate |
The use of this constant as either a parameter for
CVideoRecorderUtility::SetVideoBitRateL or as a return value from
CVideoRecorderUtility::VideoBitRateL signifies that a variable
video bit rate is being used.
const TInt | KMMFNoMaxClipSize |
CVideoRecorderUtility::SetMaxClipSizeL can take this constant
instead of a byte value. This signifies there should be no max
clip size
const TUid | KMMFEventCategoryVideoOpenComplete |
CVideoPlayerUtility/CVideoRecorderUtility HandleEvent() code :
the video source file has been successfully opened
const TUid | KMMFEventCategoryVideoPrepareComplete |
The unique identifier for the event that indicates that the video has been prepared for recording.
const TUid | KMMFEventCategoryVideoLoadingStarted |
const TUid | KMMFEventCategoryVideoLoadingComplete |
const TUid | KMMFEventCategoryVideoPlayerGeneralError |
const TUid | KMMFEventCategoryVideoRecorderGeneralError |
Defines an absolute rotation in 90 degree increments
Enumerator | Value | Description |
---|---|---|
EVideoRotationNone | ||
EVideoRotationClockwise90 | ||
EVideoRotationClockwise180 | ||
EVideoRotationClockwise270 |
Automatic scaling type.
See also: CVideoPlayerUtility::SetAutoScaleL
Enumerator | Value | Description |
---|---|---|
EAutoScaleNone | 0 |
No automatic scaling |
EAutoScaleBestFit |
Best fit: The picture is scaled to fit the window without clipping while maintaining aspect ratio. If window and picture aspect ratios do not match, window background color is used to fill the borders. | |
EAutoScaleClip |
Clip: The picture is scaled to fit in the window, scaled in both directions while maintaining aspect ratio. If window and picture aspect ratios do not match, some of the video picture will be clipped. | |
EAutoScaleStretch |
Stretch: The picture is scaled to fit in the window without maintaining aspect ratio. If window and picture aspect ratios do not match, the picture will be distorted. |
Horizontal alignment for automatic scaling.
See also: SetAutoScaleL
Enumerator | Value | Description |
---|---|---|
EHorizontalAlignCenter | 0x70000000 |
The picture is horizontally centered |
EHorizontalAlignLeft |
The picture is left-aligned | |
EHorizontalAlignRight |
The picture is right-aligned |
Vertical alignment for automatic scaling.
See also: SetAutoScaleL
Enumerator | Value | Description |
---|---|---|
EVerticalAlignCenter | 0x70000000 |
The picture is vertically centered |
EVerticalAlignTop |
The picture is top-aligned | |
EVerticalAlignBottom |
The picture is bottom-aligned |