|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlaylistIntf
| Method Summary | |
|---|---|
int |
add(java.lang.String uri,
java.lang.String name)
Add a new item in the playlist |
void |
addExtended()
Currently not implemented |
void |
clear()
Clear the playlist |
boolean |
isRunning()
|
int |
itemsCount()
|
void |
next()
Move to next item |
void |
play()
Plays the current item |
void |
play(int id,
java.lang.String[] options)
|
void |
prev()
Move to previous item |
void |
stop()
Stops the playlist. |
void |
togglePause()
Toggles pause for the current item. |
| Method Detail |
|---|
void play(int id,
java.lang.String[] options)
throws VLCException
id - The ID to playoptions - Options to play the item withs
VLCException
void play()
throws VLCException
VLCException
void togglePause()
throws VLCException
VLCException
void stop()
throws VLCException
VLCException
boolean isRunning()
throws VLCException
VLCException
int itemsCount()
throws VLCException
VLCException
void next()
throws VLCException
VLCException
void prev()
throws VLCException
VLCException
void clear()
throws VLCException
VLCException
int add(java.lang.String uri,
java.lang.String name)
throws VLCException
uri - Location of the itemname - Name of the item
VLCExceptionvoid addExtended()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||