T3GPAudioPropertiesAmr Class Reference

class T3GPAudioPropertiesAmr : public T3GPAudioPropertiesBase

This structure stores the common and AMR specific properties of audio data

Inherits from

Constructor & Destructor Documentation

T3GPAudioPropertiesAmr(TUint, TInt, TInt, TSpeechCodec)

IMPORT_CT3GPAudioPropertiesAmr(TUintaTimescale,
TIntaFramesPerSample,
TIntaModeSet,
TSpeechCodecaCodec
)

This structure stores the common and AMR-specific properties of audio data.

Parameters

TUint aTimescaleTimescale of the audio data. This is the number of time units that pass in one second. It must be smaller than 65536.
TInt aFramesPerSampleFrames per sample. It must be smaller than 256. MPEG-4 audio has a fixed value of 1.
TInt aModeSetAMR mode set.
TSpeechCodec aCodecAMR Speech Codec.

Member Enumerations Documentation

Enum TSpeechCodec

Enumerators

EAmrWB
EAmrNB

Member Data Documentation

TInt iModeSet

TInt iModeSet

AMR mode set.