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_C T3GPVideoPropertiesMpeg4Video ( TUint aTimescale,
const TSize & aSize,
TUint aMaxBitRate,
TUint aAvgBitRate,
const TDesC8 & aDecoderSpecificInfo
)

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

Parameters

TUint aTimescale Timescale of the video data. This is the number of time units that pass in one second.
const TSize & aSize Video width and height in pixels.
TUint aMaxBitRate Maximum video bit rate.
TUint aAvgBitRate Average video bit rate.
const TDesC8 & aDecoderSpecificInfo MPEG-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