Microsoft SDK for Java

DSBCaps Class

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;
}

See Also

DirectSoundBuffer

© 1999 Microsoft Corporation. All rights reserved. Terms of use.