Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MmfVideo.h>

Class TMMFVideoConfig

class TMMFVideoConfig;

Description

Class used when sending custom commands from the client API to the video controller to get or set the video configuration.

Members

Defined in TMMFVideoConfig:


Construction and destruction


TMMFVideoConfig()

inline TMMFVideoConfig();

Description

Initialises the object with arbitrary values.

[Top]


Member data


iAudioEnabled

TBool iAudioEnabled;

Description

A flag indicating whether audio output is enabled. ETrue if teh audio is to be enabled, false if not.


iTopLeftPt

TPoint iTopLeftPt;

Description

The location of the top left corner of the video window.


iClipRect

TRect iClipRect;

Description

Defines the rectangle in which the video clip will be played.


iBitmapHandle

TInt iBitmapHandle;

Description

A handle to the bitmap into which the decoded frame(s) are put.


iFrameNumber

TInt iFrameNumber;

Description

The current frame number in the video clip.


iFramesPerSecond

TReal32 iFramesPerSecond;

Description

The number of frames per second; may not be an integer.


iVideoFrameSize

TSize iVideoFrameSize;

Description

The width & height of the video frame.


iVolume

TInt iVolume;

Description

The volume setting of the video device.

Should be between 0 and iMaxVolume.


iMaxVolume

TInt iMaxVolume;

Description

The maximum volume setting of the video device.

This value is platform dependent but is always greater than or equal to one. This is the maximum value that should be passed to iVolume.


iBalance

TInt iBalance;

Description

The balance of the audio channels for the video device. Zero for normal balance.


iGain

TInt iGain;

Description

The gain of the audio channels for the video device. This can be any value from zero to iMaxGain.


iMaxGain

TInt iMaxGain;

Description

The maximum gain of the audio channels for the video device.


iMetaData

TInt iMetaData;

Description

Unused.

Meta data is often contained in the header of multimedia clips and is used to define attributes such as the author and copyright details.


iMaxFileSize

TInt iMaxFileSize;

Description

Set the maximum size of the recording, in bytes.


iChannels

TUint iChannels;

Description

The number of channels (mono/stereo) that can be read by the video device.


iVideoBitRate

TInt iVideoBitRate;

Description

The video bit rate of the video device.


iAudioBitRate

TInt iAudioBitRate;

Description

The audio bit rate of the video device.


iFormatUid

TUid iFormatUid;

Description

The unique identifier of the video format handled by the video device.


iVideoCodec

TFourCC iVideoCodec;

Description

The video data type represented as a fourCC code.


iAudioCodec

TFourCC iAudioCodec;

Description

The audio data type represented as a fourCC code.


iRampDuration

TTimeIntervalMicroSeconds iRampDuration;

Description

The period over which the volume is to rise.


iStartPosition

TTimeIntervalMicroSeconds iStartPosition;

Description

The start position for playback in micro seconds.


iEndPosition

TTimeIntervalMicroSeconds iEndPosition;

Description

The end position for playback in micro seconds.


iRecordTimeAvailable

TTimeIntervalMicroSeconds iRecordTimeAvailable;

Description

The (possibly estimated) record time left in the clip.


iFrameBitmapServerHandle

TInt iFrameBitmapServerHandle;

Description

Handle to the bitmap of the current video frame.

Used by RMMFVideoPlayControllerCustomCommands::GetFrame(CFbsBitmap &,TRequestStatus &) to pass a bitmap handle to the video controller.


iWindowRect

TRect iWindowRect;

Description

Defines the window in which the video clip will be played.


iCameraHandle

TInt iCameraHandle;

Description

A handle to the video camera being used.


iDSAEvent

TInt iDSAEvent;

Description

Whether the video display is active


iLoadingCompletePercentage

TInt iLoadingCompletePercentage;

Description

The percentage of loading/rebuffering completed.


iVideoRotation

TVideoRotation iVideoRotation;

Description

The video rotation.


iWidthScalePercentage

TReal32 iWidthScalePercentage;

Description

The percentage (100 = original size) by which the width of the video image is scaled.


iHeightScalePercentage

TReal32 iHeightScalePercentage;

Description

The percentage (100 = original size) by which the height of the video image is scaled.


iAntiAliasFiltering

TBool iAntiAliasFiltering;

Description

A boolean indicating if anti-aliasing filtering should be used.


iCropRectangle

TRect iCropRectangle;

Description

The crop region currently applied to the image.