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.
public static void Delete(
IEnumerable<SoundSource> sources
)