AlSourceBufferQueuedEvent

This event is fired once the samples have been queued to the AL source.

Constructors

Link copied to clipboard
constructor(@NotNull source: @NotNull AlSource, @NotNull buffer: @NotNull ByteBuffer, bufferId: Int)
constructor(@NotNull source: @NotNull AlSource, samples: Array<Short>, bufferId: Int)

Properties

Link copied to clipboard
@get:NotNull
open val buffer: ByteBuffer