The DSBCaps Class of the com.ms.directX package specifies the capabilities of a DirectSound buffer object, for use by the getCaps method.
public final class DSBCaps { // Fields public int bufferBytes; public int flags; public int playCpuOverhead; public int unlockTransferRate; }