T3GPAudioPropertiesBase Class Reference

class T3GPAudioPropertiesBase

This class should not be used directly. This structure stores common properties amongst all supported types of audio data

Constructor & Destructor Documentation

T3GPAudioPropertiesBase(T3GPAudioType, TUint, TInt)

T3GPAudioPropertiesBase ( T3GPAudioType aType,
TUint aTimescale,
TInt aFramesPerSample
) [protected]

Parameters

T3GPAudioType aType
TUint aTimescale
TInt aFramesPerSample

Member Data Documentation

TInt iFramesPerSample

TInt iFramesPerSample

Frames per sample. It must be smaller than 512. MPEG-4 audio has a fixed value of 1.

TUint iTimescale

TUint iTimescale

Timescale of the audio data. This is the number of time units that pass in one second. It must be smaller than 65536.

T3GPAudioType iType

T3GPAudioType iType

Type of audio stream contained in the file