ClientAudioSource
Represents a client-side audio source used for playing audio.
Properties
Gets or sets the timeout duration in milliseconds for closing this audio source. If the source remains inactive for this duration, it will be automatically closed.
The effective gain last applied to the underlying source, folding in master, source and line volumes, occlusion, directional and distance gain.
The source line this audio source is currently assigned to, resolved from SourceInfo.getLineId.
Functions
Closes the audio source asynchronously.
Checks if the audio source is currently playing audio.
Processes an audio end packet indicating the end of audio playback.
Processes an incoming audio packet and plays the audio.
Resets the audio source state asynchronously.
Updates the audio source with new source information, performing unchecked type casting.