« Back to Product

Documentation

WAC_Stop

 boolean WAC_Stop (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

Stops the playback of the internal playlist in Media Player with ID InstanceID.

Example

WAC_Stop(12345);
Any questions?