removeSource

abstract fun removeSource(sourceId: UUID)

Removes a source from the source map by its unique identifier.

Parameters

sourceId

the unique identifier of the source to remove.


open fun removeSource(source: ServerAudioSource<*>)

Removes a source from the source map.

Parameters

source

The source to remove.