T3GPVideoPropertiesMpeg4Video Class Reference

class T3GPVideoPropertiesMpeg4Video : public T3GPVideoPropertiesBase

This structure stores the common and MPEG-4 video specific properties of video data

Inherits from

Constructor & Destructor Documentation

T3GPVideoPropertiesMpeg4Video(TUint, const TSize &, TUint, TUint, const TDesC8 &)

IMPORT_CT3GPVideoPropertiesMpeg4Video(TUintaTimescale,
const TSize &aSize,
TUintaMaxBitRate,
TUintaAvgBitRate,
const TDesC8 &aDecoderSpecificInfo
)

This structure stores the common and MPEG-4 video specific properties of video data.

Parameters

TUint aTimescaleTimescale of the video data. This is the number of time units that pass in one second.
const TSize & aSizeVideo width and height in pixels.
TUint aMaxBitRateMaximum video bit rate.
TUint aAvgBitRateAverage video bit rate.
const TDesC8 & aDecoderSpecificInfoMPEG-4 video DecoderSpecificInfo data stored in an ESDS atom.

Member Data Documentation

TUint iAvgBitRate

TUint iAvgBitRate

Average video bit rate

const TDesC8 & iDecoderSpecificInfo

const TDesC8 &iDecoderSpecificInfo

MPEG-4 video decoder specific info data stored in an ESDS atom

TUint iMaxBitRate

TUint iMaxBitRate

Maximum video bit rate