|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPlaylistController
A play list controller that controls the order of play items.
| Method Summary | |
|---|---|
int |
nextItem(IPlaylist playlist,
int itemIndex)
Get next item to play. |
int |
previousItem(IPlaylist playlist,
int itemIndex)
Get previous item to play. |
| Method Detail |
|---|
int nextItem(IPlaylist playlist,
int itemIndex)
playlist - The related play list.itemIndex - The current item index. -1 indicates to retrieve
the first item for play.
int previousItem(IPlaylist playlist,
int itemIndex)
playlist - The related play list.itemIndex - The current item index. IPlaylist.itemSize
indicated to retrieve the last item for play.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||