Microsoft SDK for Java

DSBufferDesc Class

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

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