Skip to content

ChannelEvent

enum class ChannelEvent : AmUInt8

Enumerates the events triggered by a Channel during playback.

Begin = 0
The playback of the channel has started.
End = 1
The playback of the channel has ended.
Resume = 2
The playback of the channel has resumed after being paused.
Pause = 3
The playback of the channel has been paused.
Stop = 4
The playback of the channel has been stopped.
Loop = 5
The playback of the channel has looped.