Create(int)

Method

Namespace: Vox

Declared in: Vox.SoundBufferFactory


Creates the specified count of sound output buffers for the currend device.

Syntax

public static SoundBuffer[] Create(
	int count
)

Back to index