|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.videolan.jvlc.Playlist
public class Playlist
| Constructor Summary | |
|---|---|
Playlist(long _libvlcInstance)
|
|
| Method Summary | |
|---|---|
int |
add(java.lang.String uri,
java.lang.String name)
Add a new item in the playlist |
int |
add(java.lang.String uri,
java.lang.String name,
java.lang.String[] options)
|
void |
addExtended()
Currently not implemented |
void |
clear()
Clear the playlist |
void |
deleteItem(int itemID)
|
long |
getInstance()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Playlist(long _libvlcInstance)
| Method Detail |
|---|
public void play(int id,
java.lang.String[] options)
throws VLCException
play in interface PlaylistIntfid - The ID to playoptions - Options to play the item withs
VLCException
public void play()
throws VLCException
PlaylistIntf
play in interface PlaylistIntfVLCException
public void togglePause()
throws VLCException
PlaylistIntf
togglePause in interface PlaylistIntfVLCException
public void stop()
throws VLCException
PlaylistIntf
stop in interface PlaylistIntfVLCException
public boolean isRunning()
throws VLCException
isRunning in interface PlaylistIntfVLCException
public int itemsCount()
throws VLCException
itemsCount in interface PlaylistIntfVLCException
public void next()
throws VLCException
PlaylistIntf
next in interface PlaylistIntfVLCException
public void prev()
throws VLCException
PlaylistIntf
prev in interface PlaylistIntfVLCException
public void clear()
throws VLCException
PlaylistIntf
clear in interface PlaylistIntfVLCException
public int add(java.lang.String uri,
java.lang.String name,
java.lang.String[] options)
throws VLCException
VLCException
public int add(java.lang.String uri,
java.lang.String name)
throws VLCException
PlaylistIntf
add in interface PlaylistIntfuri - Location of the itemname - Name of the item
VLCExceptionpublic void addExtended()
PlaylistIntf
addExtended in interface PlaylistIntf
public void deleteItem(int itemID)
throws VLCException
VLCException
public long getInstance()
throws VLCException
VLCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||