Rovideoevent, roaudioevent – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 96

Advertising
background image

88

roVideoEvent, roAudioEvent

Video and audio events can have one of these integer values. They are declared as separate classes as they are likely to
diverge in the future:

1 Undefined: Player is in an undefined state.
2 Stopped: Playback of the current media item is stopped.
3 Playing: The current media item is playing.
4 ScanForward: The current media item is fast forwarding.
5 ScanReverse: The current media item is rewinding.
6 Buffering: The current media item is getting additional data from the server.
7 Waiting: Connection is established, but the server is not sending data. Waiting for session to begin.
8 MediaEnded: The media item has completed playback.
9 Transitioning: Player is preparing new media item.
10 Ready: Player is ready to begin playing.
11 Reconnecting: Player is reconnecting to the stream.
12 TimeHit: A particular timecode is hit. See

roVideoPlayer

.


Interfaces:

ifInt

,

ifData


The ifInt interface contains the event ID enumerated above and provides the following:

GetInt As Integer()

SetInt(a As Integer)

GetSourceIdentity() As Integer

SetSourceIdentity() As Integer

The ifData interface contains userdata and provides the following:

GetData() As Integer

Advertising