Unqueue(IEnumerable<SoundBuffer>)

Method

Namespace: Vox

Declared in: Vox.SoundSource


Remove specified buffers from the playback queue.

Syntax

public void Unqueue(
	IEnumerable<SoundBuffer> buffers
)

Back to index