Enqueue(IEnumerable<SoundBuffer>)

Method

Namespace: Vox

Declared in: Vox.SoundSource


Adds the specified buffers to the source playback queue.

Syntax

public void Enqueue(
	IEnumerable<SoundBuffer> buffers
)

Back to index