Delete(IEnumerable<SoundSource>)

Method

Namespace: Vox

Declared in: Vox.SoundSourceFactory


Deletes the specified sound sources. If they belong to the same output device, deletes them efficiently with one native call, otherwise falling back to Dispose.

Syntax

public static void Delete(
	IEnumerable<SoundSource> sources
)

Back to index