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
Public Member Functions
TInt Receive(const TDesC8 &, TTimeIntervalMicroSeconds)
TInt Receive(const TDesC8 &)

Member Functions Documentation

Receive(const TDesC8 &, TTimeIntervalMicroSeconds)

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

Method for receiving audio data and an associated timestamp.

Since
S60 v3.1

Parameters

const TDesC8 & aBufferthe audio data frames from the encoder.
TTimeIntervalMicroSeconds aTimestampthe 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 & aBufferthe audio data frames from the encoder.