Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MmfAudio.h>

Class MMMFAudioResourceNotificationCallback

class MMMFAudioResourceNotificationCallback;

Description

An interface to a set of audio player callback functions.

The class is a mixin and is intended to be inherited by the client class which is waiting for the audio resource. The functions encapsulated by this class are called when specific events occur in the process of resource availablity. A reference to this object is passed as a parameter when registering for notification by the audio player.

Members

Defined in MMMFAudioResourceNotificationCallback:


Member functions


MarncResourceAvailable(TUid,const TDesC8 &)

virtual void MarncResourceAvailable(TUid aNotificationEventId, const TDesC8 &aNotificationData)=0;

Description

Called when the audio resource becomes available but only if the resource was previously unavailable (e.g. if the audio resource is available when the client registers, then this callback is not received).

Parameters

TUid aNotificationEventId

The UID of the event that is being handled.

const TDesC8 &aNotificationData

The data that corresponds to the notification event.