...
ifStreamQueueEvent
GetData() As Object
Returns an roAssociativeArray with two entries, action
and file
:
action
contains one of:START:
indicates that playback of a queued file has been startedSKIP:
indicates that a file in the queue has been skippedEND:
indicates that a file has finished playing
file
contains the name of the file whose state is returned inaction
.