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

This structure stores the common and AVC 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.
const TDesC8 & aDecoderSpecificInfo AVCDecoderConfigurationRecord 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.