T3GPVideoPropertiesAvc Class Reference

class T3GPVideoPropertiesAvc : public T3GPVideoPropertiesBase

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

Inherits from

Constructor & Destructor Documentation

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

IMPORT_CT3GPVideoPropertiesAvc(TUintaTimescale,
const TSize &aSize,
const TDesC8 &aDecoderSpecificInfo
)

This structure stores the common and AVC 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.
const TDesC8 & aDecoderSpecificInfoAVCDecoderConfigurationRecord data that will be stored in the avcC atom.

Member Data Documentation

const TDesC8 & iDecoderSpecificInfo

const TDesC8 &iDecoderSpecificInfo

AVCDecoderConfigurationRecord data that will be stored in the avcC atom.