Package-level declarations

Types

Link copied to clipboard
class AlSourceBufferQueuedEvent : AlSourceEvent
This event is fired once the byte buffer has been queued to the AL source.
Link copied to clipboard
class AlSourceBufferUnqueuedEvent : AlSourceEvent
This event is fired once the buffer has been unqueued from the AL source.
Link copied to clipboard
class AlSourceClosedEvent : AlSourceEvent
This event is fired once the AlSource has been closed.
Link copied to clipboard
class AlSourceCreatedEvent : AlSourceEvent
This event is fired once the AlSource has been created.
Link copied to clipboard
class AlSourcePauseEvent : AlSourceEvent, EventCancellable
This event is fired when the pause has been invoked.
Link copied to clipboard
class AlSourcePlayEvent : AlSourceEvent, EventCancellable
This event is fired when the play has been invoked.
Link copied to clipboard
class AlSourceStopEvent : AlSourceEvent, EventCancellable
This event is fired when the stop has been invoked.
Link copied to clipboard
TThis event is fired when any of the param setters has been invoked.
Link copied to clipboard
class AlSourceWriteEvent : AlSourceEvent, EventCancellable
This event is fired when the write has been invoked.
Link copied to clipboard
class AlStreamSourceStoppedEvent : AlSourceEvent
This event is fired once the AlSource has been stopped.