MUPnPPlaylistFiller Class Reference

class MUPnPPlaylistFiller

Defines the playlistfiller interface

upnpmusicadapter.lib
Since
S60 v3.2

Constructor & Destructor Documentation

~MUPnPPlaylistFiller()

~MUPnPPlaylistFiller()[inline, virtual]

Member Functions Documentation

CancelFill()

voidCancelFill()[pure virtual]

Cancels an ongoing Fill operation.

FillL(CUPnPMusicAdapter &, CMPXMediaArray &)

voidFillL(CUPnPMusicAdapter &aHost,
CMPXMediaArray &aPlaylist
)[pure virtual]

Fill track data into the playlist. Calling method will fulfill the purpose of this object, and therefore this object will be deleted.

Since
Series 60 3.1

Parameters

CUPnPMusicAdapter & aHostthe host adapter in which context the filler operates
CMPXMediaArray & aPlaylistplaylist to be filled

PlaylistSize()

TInt PlaylistSize()[pure virtual]

Size for which the playlist is to be created. Default implementation returns number of items added in the cache.

SelectedIndex()

TInt SelectedIndex()const [pure virtual]

Index of selected item (where playback should start)