Documentation
WAC_Prev
boolean WAC_Prev (int $InstanceID)
Parameters
InstanceID | ID of the controlled media player |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Goes in the internal playlist in Media Player with ID InstanceID back a title. If the playback is already started, the new current track will be played from the beginning after the retreat.
If the playlist is empty, an error message is generated.
If the playlist has reached at the beginning, the current track will be played from the beginning.
Example
WAC_Prev(12345);