boolean WAC_Stop (int $InstanceID)
InstanceID | ID of the controlled media player |
If the command was executed successfully, it returns the result TRUE, otherwise FALSE. It is also returned TRUE if no active playback is available.
Stops the playback of the internal playlist in Media Player with ID InstanceID.
WAC_Stop(12345);