Presentation and widget objects, Roaudioeventmx – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 47

Advertising
background image

39

PRESENTATION AND WIDGET OBJECTS

roAudioEventMx

The

roAudioPlayerMx

object can generate roAudioEventMx messages with the following values:

8 EVENT_MEDIAENDED

14 EVENT_OVERLAY_MEDIAENDED

16 EVENT_MEDIAERROR

17 EVENT_OVERLAY_MEDIAERROR

"Media ended" events are sent when a track finishes and there are no more queued tracks for the player, while "Media
error" events are sent when a queued file is not found (e.g. when it does not exist).

Interfaces:

ifInt

,

ifSourceIdentity

,

ifAudioUserData


The ifInt interface provides the following:

GetInt() As Integer

SetInt(a As Integer)


The ifSourceIdentity interface provides the following:

GetSourceIdentity() As Integer

SetSourceIdentity() As Integer


The ifAudioUserData interface provides the following:

GetSourceIdentity() As Integer

SetSourceIdentity() As Integer

Advertising