MUPnPAVBrowsingSessionObserver Class Reference

class MUPnPAVBrowsingSessionObserver : public MUPnPAVSessionObserverBase

Defines the response interface for the browsing session operations of the UPnP AV Controller.

Since
Series 60 3.1

Inherits from

Member Functions Documentation

BrowseResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)

void BrowseResponse ( const TDesC8 & aBrowseResponse,
TInt aError,
TInt aMatches,
TInt aTotalCount,
const TDesC8 & aUpdateId
) [pure virtual]

Returns a browse result received from a Media Server.

Since
Series 60 3.1

Parameters

const TDesC8 & aBrowseResponse browse response xml document
TInt aError system wide error code
TInt aMatches number of returned items
TInt aTotalCount total number of objects on container
const TDesC8 & aUpdateId update id number

CreateContainerResponse(TInt, const TDesC8 &)

void CreateContainerResponse ( TInt aError,
const TDesC8 & aObjectId
) [pure virtual]

Notifies that the create container operation is complete.

Since
Series 60 3.1

Parameters

TInt aError status information
const TDesC8 & aObjectId object ID of the new container

DeleteObjectResponse(TInt)

void DeleteObjectResponse ( TInt aError ) [pure virtual]

Notifies that the requested UPnP Object deletion is complete.

Since
Series 60 3.1

Parameters

TInt aError

MediaServerDisappeared(TUPnPDeviceDisconnectedReason)

void MediaServerDisappeared ( TUPnPDeviceDisconnectedReason aReason ) [pure virtual]

Notifies that the Media Server we have a session with has disappeared. Session is now unusable and must be closed.

Since
Series 60 3.1

Parameters

TUPnPDeviceDisconnectedReason aReason reason code

ReserveLocalMSServicesCompleted(TInt)

void ReserveLocalMSServicesCompleted ( TInt aError ) [pure virtual]

Parameters

TInt aError

SearchCapabilitiesResponse(TInt, const TDesC8 &)

void SearchCapabilitiesResponse ( TInt aError,
const TDesC8 & aSearchCapabilities
) [pure virtual]

Returns search capabilities of the requested Media Server.

Since
Series 60 3.1

Parameters

TInt aError
const TDesC8 & aSearchCapabilities the search capabilities

SearchResponse(const TDesC8 &, TInt, TInt, TInt, const TDesC8 &)

void SearchResponse ( const TDesC8 & aSearchResponse,
TInt aError,
TInt aMatches,
TInt aTotalCount,
const TDesC8 & aUpdateId
) [pure virtual]

Returns a search result received from a Media Server.

Parameters

const TDesC8 & aSearchResponse search response xml document
TInt aError system wide error code
TInt aMatches number of returned items
TInt aTotalCount total number of resulted items
const TDesC8 & aUpdateId update id number