Documentation
WAC_ClearPlaylist
boolean WAC_ClearPlaylist (int $InstanceID)
Parameters
InstanceID | ID of the controlled media player |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Clears the internal playlist in the Media Player with ID InstanceID.
Example
WAC_ClearPlaylist(12345);