The DSBufferDesc Class of the com.ms.directX package describes the necessary characteristics of a new DirectSoundBuffer object. This class is used by the createSoundBuffer method.
public final class DSBufferDesc { // Fields public int bufferBytes; public int flags; }