Delete all playlists from the VLC Media Player object.
void @VLCPlaylistClear(string classname);
Parameters
string classname : Class name of the VLC Media Player object
Return Value
None
Example
@VLCPlaylistClear("VLCPlayer1");
Description : Deletes all playlists of objects with the VLCPlayer1 class name..
Version Information
Supported Version: 10.3.6.17
Related Helps)