|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VLMIntf
| Method Summary | |
|---|---|
void |
addBroadcast(java.lang.String name,
java.lang.String input,
java.lang.String output,
java.lang.String[] options,
boolean enabled,
boolean loop)
Add a broadcast, with one input. |
void |
changeMedia(java.lang.String name,
java.lang.String input,
java.lang.String output,
java.lang.String[] options,
boolean enabled,
boolean loop)
Edit the parameters of a media. |
void |
deleteMedia(java.lang.String name)
Delete a media (vod or broadcast). |
void |
pauseMedia(java.lang.String name)
Pauses a media |
void |
playMedia(java.lang.String name)
Plays a media |
void |
setEnabled(java.lang.String name,
boolean enabled)
Enable or disable a media (vod or broadcast) |
void |
setInput(java.lang.String name,
java.lang.String input)
Set a media's input MRL. |
void |
setLoop(java.lang.String name,
boolean loop)
Set loop mode for a media |
void |
setOutput(java.lang.String name,
java.lang.String output)
Set the output for a media |
void |
stopMedia(java.lang.String name)
Stops a media |
| Method Detail |
|---|
void addBroadcast(java.lang.String name,
java.lang.String input,
java.lang.String output,
java.lang.String[] options,
boolean enabled,
boolean loop)
throws VLCException
name - the name of the new broadcastinput - the input MRLoutput - the output MRL (the parameter to the "sout" variable)options - additional optionsenabled - boolean for enabling the new broadcastloop - Should this broadcast be played in loop ?
VLCException
void deleteMedia(java.lang.String name)
throws VLCException
name - the media to delete
VLCException
void setEnabled(java.lang.String name,
boolean enabled)
throws VLCException
name - the media to work onenabled - the new status
VLCException
void setOutput(java.lang.String name,
java.lang.String output)
throws VLCException
name - the media to work onoutput - the output MRL (the parameter to the "sout" variable)
VLCException
void setInput(java.lang.String name,
java.lang.String input)
throws VLCException
name - the media to work oninput - the input MRL
VLCException
void setLoop(java.lang.String name,
boolean loop)
throws VLCException
name - the media to work onloop - the new status
VLCException
void changeMedia(java.lang.String name,
java.lang.String input,
java.lang.String output,
java.lang.String[] options,
boolean enabled,
boolean loop)
throws VLCException
name - the name of the new broadcastinput - the input MRLoutput - the output MRL (the parameter to the "sout" variable)options - additional optionsenabled - boolean for enabling the new broadcastloop - Should this broadcast be played in loop ?
VLCException
void playMedia(java.lang.String name)
throws VLCException
name - of the broadcast to play
VLCException
void stopMedia(java.lang.String name)
throws VLCException
name - of the broadcast to stop
VLCException
void pauseMedia(java.lang.String name)
throws VLCException
name - name of the broadcast to pause
VLCException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||