MBTAudioStreamObserver Class Reference

class MBTAudioStreamObserver

Observer interface for receiving the audio data buffers.

This class defines an observer interface to be implemented by the class that is going to receive the audio data.

btaudioadaptation.lib
Since
S60 v3.1

Member Functions Documentation

Receive(const TDesC8 &, TTimeIntervalMicroSeconds)

TInt Receive ( const TDesC8 & aBuffer,
TTimeIntervalMicroSeconds aTimestamp
) [pure virtual]

Method for receiving audio data and an associated timestamp.

Since
S60 v3.1

Parameters

const TDesC8 & aBuffer the audio data frames from the encoder.
TTimeIntervalMicroSeconds aTimestamp the timestamp of the first audio frame in the aBuffer

Receive(const TDesC8 &)

TInt Receive ( const TDesC8 & aBuffer ) [pure virtual]

Method for receiving audio data.

Since
S60 v3.1

Parameters

const TDesC8 & aBuffer the audio data frames from the encoder.