boolean WAC_Pause (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.
Pause the playback of the internal playlist in Media Player with ID InstanceID. By a renewed call of WAC_Pause or a call of WAC_Play the playback can be continued.
WAC_Pause(12345);