MPlayerCapabilitiesObserver Class Reference

class MPlayerCapabilitiesObserver

This class is used to define the capabilities of the current application, and the implementation will generate AVRCP responses to the controller. For the event part of the API, it is recommended to add all events which make sense for the media player. In general, this will be everything except ESystemStatusChanged. The company ID part of the API is only needed if the media player needs to support vendor extensions other than bluetooth SIG. The bluetooth SIG company ID is always included in responses to a COMPANY_ID request.

Member Functions Documentation

AddCompanyId(TInt)

IMPORT_C TIntAddCompanyId(TIntaID)

Add a company id to the supported list of company ids. The AVRCP 1.3 specification mandates that the Bluetooth SIG vendor id must be supported; KErrAlreadyExists will be returned if AddCompanyId() is called with this company id.

Parameters

TInt aIDthe id to add

AddEvent(TRegisterNotificationEvent)

IMPORT_C TIntAddEvent(TRegisterNotificationEventaEvent)

Add a notification event to the supported list of events The AVRCP 1.3 specification mandates that PlaybackStatusChanged and TrackChanged events must be supported; KErrAlreadyExists will be returned if AddEvent() is called with either of these events.

Parameters

TRegisterNotificationEvent aEventthe event to add

ClearCompanyIds()

IMPORT_C voidClearCompanyIds()

Remove all additional company IDs from the supported list

ClearEvents()

IMPORT_C voidClearEvents()

Remove all notification events from the supported list

DoAddCompanyId(TInt)

TInt DoAddCompanyId(TIntaID)[private, pure virtual]

Parameters

TInt aID

DoAddEvent(TRegisterNotificationEvent)

TInt DoAddEvent(TRegisterNotificationEventaEvent)[private, pure virtual]

Parameters

TRegisterNotificationEvent aEvent

DoClearCompanyIds()

voidDoClearCompanyIds()[private, pure virtual]

DoClearEvents()

voidDoClearEvents()[private, pure virtual]

DoRemoveCompanyID(TInt)

TInt DoRemoveCompanyID(TIntaID)[private, pure virtual]

Parameters

TInt aID

DoRemoveEvent(TRegisterNotificationEvent)

TInt DoRemoveEvent(TRegisterNotificationEventaEvent)[private, pure virtual]

Parameters

TRegisterNotificationEvent aEvent

RemoveCompanyID(TInt)

IMPORT_C TIntRemoveCompanyID(TIntaID)

Remove a company id from the list of supported vendor extensions. The Bluetooth SIG id can't be removed, as this must always be supported

Parameters

TInt aIDthe id to remove

RemoveEvent(TRegisterNotificationEvent)

IMPORT_C TIntRemoveEvent(TRegisterNotificationEventaEvent)

Remove a notification event from the supported list of events The AVRCP 1.3 specification mandates that PlaybackStatusChanged and TrackChanged events must be supported; KErrNotSupported will be returned if RemoveEvent() is called with either of these events.

Parameters

TRegisterNotificationEvent aEventthe event to remove

Member Data Documentation

const TInt KMaxCompanyID

const TIntKMaxCompanyID[static]

const TInt KMaxNrOfCompanyIDs

const TIntKMaxNrOfCompanyIDs[static]