AudioSourceResetEvent

This event is fired when the ClientAudioSource is about to reset.

Reset sets ClientAudioSource.isActivated and ClientAudioSource.canHear to false and resets the decoder used for this source.

Constructors

Link copied to clipboard
constructor(source: ClientAudioSource<*>, cause: AudioSourceResetEvent.Cause)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun isCancelled(): Boolean
Link copied to clipboard
open override fun setCancelled(p0: Boolean)