/
roStreamQueueEvent
roStreamQueueEvent
This event object is generated by an roStreamQueue object when the end of the queue is reached.
ifUserData
SetUserData(user_data As Object) As Void
Sets the user data.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
(on either the event or source object). It will return Invalid if no data has been set.
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
.
, multiple selections available,
Related content
6.1-roStreamQueue
6.1-roStreamQueue
More like this
roStreamEndEvent
roStreamEndEvent
More like this
roRtspStreamEvent
roRtspStreamEvent
More like this
roStreamByteEvent
roStreamByteEvent
More like this
6.1-roStreamEndEvent
6.1-roStreamEndEvent
More like this
6.1-roStreamByteEvent
6.1-roStreamByteEvent
More like this