Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Insert excerptBrightScript Version Navigation MenuBrightScript Version Navigation MenunopaneltrueThis event object is generated by an roStreamQueue object when the end of the queue is reached.

...

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 started
    • SKIP: indicates that a file in the queue has been skipped
    • END: indicates that a file has finished playing
  • file contains the name of the file whose state is returned in action.