title | project |
---|---|
Miscellaneous Module |
vlc-lua-docs |
Disparate assortment of VLC utilities only available in Interface scripts.
Script Types |
---|
Interface |
Get the VLC version string.
The VLC version string
Get the VLC copyright statement.
String containing the VLC copyright statement
Get the VLC license.
String containing the VLC license
Get the ID of an action.
action
String containing the name of an action
Number indicating the ID of the given action
Get the current date.
Number representing the current date in microseconds
Causes the script to wait until the given date
function Sleep(st) -- seconds
vlc.misc.mwait(vlc.misc.mdate() + st*1000000)
end
date
The date to be awaited in microseconds
Quit VLC