gotosec()  
Discription Jumps to a specic time (in seconds) in the currently playing media track.
Syntax seek(inSeconds);
Parameters inSeconds   ->  int: Specific time to jump (in seconds)

pause()  
Discription Toggles between Pause and Resume for the currently playing media track.
Syntax pause();

play()  
Discription Plays the currently selected media track.
Syntax play();

vlcstop()  
Discription Stops the currently playing media track.
Syntax vlcstop();

next()  
Discription Jumps to the next media track in the playlist.
Syntax next();

previous()  
Discription Jumps to the previous media track in the playlist.
Syntax previous();

repeat()  
Discription Toggles between Repeat mode On / Off.
Syntax repeat();

vlcloop()  
Discription Toggles between Loop mode On / Off.
Syntax vlcloop();

vlcrandom()  
Discription Toggles between Random Play mode On / Off.
Syntax vlcrandom();

fastforward()  
Discription Applies the Fastforward command to the currently playing media track.
Syntax fastforward();

rewind()  
Discription Applies the Rewind command to the currently playing media track.
Syntax rewind();

fullscreen()  
Discription Toggles between Fullscreen mode On and Off
Syntax fullscreen();