MRemConDatabaseAwareMediaLibraryBrowse Class Reference

#include <mw/remcondatabaseawaremedialibrarybrowse.h>

Link against: remconmediabrowseapi.lib

class MRemConDatabaseAwareMediaLibraryBrowse

Member Function Documentation

MrcdamlbFolderDownResult ( TUint, TInt )

IMPORT_C voidMrcdamlbFolderDownResult(TUintaItemCount,
TIntaResult
)

Called by the client in response to a MrcdamlboFolderDown() call.

ParameterDescription
aItemCountThe number of items present in this folder.
aResultThe result of the MrcdamlboFolderDown() operationKErrNone if the operation was successful.KErrInvalidMediaLibraryStateCookie if the media library state cookie provided does not match the client's state cookieKErrMediaBrowseInvalidDirection if the folder provided is not a valid folder e.g. path A/B/C, the current dirctory is B, and the param provided with MrcdamlboFolderDown()is A, obviously you can not change folder down to A, so A is invalid.KErrMediaBrowseNotADirectory if the UID provided does not refer to a folder item, e.g. it is a media element.KErrInvalidUid if the UID provided is invalid.System wide error code otherwise.

MrcdamlbFolderItemResult ( const TRemConItemUid &, const TDesC8 &, TFolderItemType, TFolderItemPlayable, const TArray< TMediaElementAttribute > &, TInt )

IMPORT_C voidMrcdamlbFolderItemResult(const TRemConItemUid &aFolderID,
const TDesC8 &aFolderName,
TFolderItemTypeaFolderType,
TFolderItemPlayableaPlayable,
const TArray< TMediaElementAttribute > &aAttributes,
TIntaResult
)

Called by the client in response to MrcdamlboGetItem() call in the case the requested item is a folder item.

ParameterDescription
aFolderIDThe folder UID.
aFolderNameThe folder name. Takes a copy of it.
aFolderTypeThe folder type.
aPlayableIndicaties whether the folder is playableKFolderNotPlayable the folder can not be playedKFolderPlayable the folder can be played
aAttributesThe attributes of the folder item requested by MrcdamlboGetItem()
aResultThe result of the MrcdamlboGetItem() operation.KErrNone if the operation was successful.KErrInvalidMediaLibraryStateCookie if the media library state cookie provided does not match the client's state cookie.KErrInvalidUid if the uid of the item requested is invalid, e.g. the client removed the item before the request MrcdamlboGetItem() coming.System wide error code otherwise.

MrcdamlbFolderListing ( const TArray< TRemConItem > &, TUint16, TUint )

IMPORT_C voidMrcdamlbFolderListing(const TArray< TRemConItem > &aFolderListing,
TUint16aMediaLibraryStateCookie,
TUintaResult
)

Called by the client in response to a MrcdamlboGetFolderListing() call.

ParameterDescription
aFolderListingA listing of the items that are in the range requested by the MrcdamlboGetFolderListing() call.
aMediaLibraryStateCookieThe current value of the state cookie.
aResultThe result of the MrcdamlboGetFolderListing() operation.KErrNone if the operation was successful.KErrMediaBrowseInvalidOffset if there is no media available at the offset of the start item, i.e. the start of range provided via MrcdamlboGetFolderListing() is not valid.System wide error code otherwise.

MrcdamlbFolderUpResult ( TUint, TInt )

IMPORT_C voidMrcdamlbFolderUpResult(TUintaItemCount,
TIntaResult
)

Called by the client in response to a MrcdamlboFolderUp call.

ParameterDescription
aItemCountThe number of items present in this folder.
aResultThe result of the MrcdamlboFolderUp operation.KErrNone if the operation was successful.KErrInvalidMediaLibraryStateCookie if the media library state cookie provided does not match the client's state cookieSystem wide error code otherwise.

MrcdamlbGetPathResult ( TUint, TUint16, TInt )

IMPORT_C voidMrcdamlbGetPathResult(TUintaItemCount,
TUint16aMediaLibraryStateCookie,
TIntaResult
)

Called by the client in response to a MrcdamlboGetPath() call.

ParameterDescription
aItemCountThe number of items present in this folder.
aMediaLibraryStateCookieThe current value of the state cookie.
aResultThe result of the MrcdamlboGetPath() operationKErrNone if the operation is successful.System wide error code otherwise.

MrcdamlbMediaElementItemResult ( const TRemConItemUid &, const TDesC8 &, TMediaItemType, const TArray< TMediaElementAttribute > &, TInt )

IMPORT_C voidMrcdamlbMediaElementItemResult(const TRemConItemUid &aMediaID,
const TDesC8 &aMediaName,
TMediaItemTypeaMediaType,
const TArray< TMediaElementAttribute > &aAttributes,
TIntaResult
)

Called by the client in response to MrcdamlboGetItem() call in the case the requested item is a media element item.

ParameterDescription
aMediaIDThe media element UID.
aMediaNameThe media name. Takes a copy of it.
aMediaTypeThe media type.
aAttributesThe attributes list. Takes a copy of it.
aResultThe result of the MrcdamlboGetItem() operation.KErrNone if the operation was successful.KErrInvalidMediaLibraryStateCookie if the media library state cookie provided does not match the client's state cookie.KErrInvalidUid if the uid of the item requested is invalid, e.g. the client removed the item before the request MrcdamlboGetItem() coming.System wide error code otherwise.

MrcdamlbMediaLibraryStateChange ( TUint16 )

IMPORT_C voidMrcdamlbMediaLibraryStateChange(TUint16aMediaLibraryStateCookie)

Called by the client in the case that the state of the media library has changed. This means that the media library state cookie provided prior to this call by the client may no longer be valid. Typical causes for this would be items added or removed from the media library.

This function shall be called by any client any time it believes that media library state cookie has ceased to be valid, for example if the current directory is on removable media, and that media has been removed. That includes clients that are only able to offer state cookie that are limited to one directory.

ParameterDescription
aMediaLibraryStateCookieThe current value of the state cookie which enables state mismatches between the client and the remote controller device to be detected.

MrcdamlbSearchResult ( TUint, TUint16, TInt )

IMPORT_C voidMrcdamlbSearchResult(TUintaNumberItemsFound,
TUint16aMediaLibraryStateCookie,
TIntaResult
)

Called by the client in response to a MrcdamlboSearch() call to indicate that a search has completed.

ParameterDescription
aNumberItemsFoundThe number of items found by the search.
aMediaLibraryStateCookieThe current of the state cookie.
aResultThe result of the search.KErrNone if the search completed successfullySystem wide error otherwise.