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_C T3GPAudioPropertiesAmr ( TUint aTimescale,
TInt aFramesPerSample,
TInt aModeSet,
TSpeechCodec aCodec
)

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

Parameters

TUint aTimescale Timescale of the audio data. This is the number of time units that pass in one second. It must be smaller than 65536.
TInt aFramesPerSample Frames per sample. It must be smaller than 256. MPEG-4 audio has a fixed value of 1.
TInt aModeSet AMR mode set.
TSpeechCodec aCodec AMR Speech Codec.

Member Enumerations Documentation

Enum TSpeechCodec

Enumerators

EAmrWB
EAmrNB

Member Data Documentation

TInt iModeSet

TInt iModeSet

AMR mode set.