« Back to Product

Documentation

WAC_Pause

 boolean WAC_Pause (int $InstanceID) 

Parameters

InstanceID

ID of the controlled media player

Returns

If the command was executed successfully, it returns the result TRUE, otherwise FALSE. It is also returned TRUE if no active playback is available.

Description

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.

Example

WAC_Pause(12345);
Any questions?