int WAC_GetPlaylistPosition (int $InstanceID)
InstanceID | ID of the device to be switched |
Value between 1 and WAC_GetPlayListLength, if the playlist should be empty, it returns -1.
Returns the current position of the internal playlist of the Media Player with ID InstanceID.
$pos = WAC_GetPlaylistPosition(12345);