Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class DSBufferDesc

public final class DSBufferDesc
{
  // Fields
  public int bufferBytes;
  public int flags;
}

Describes the necessary characteristics of a new DirectSoundBuffer object. This class is used by the createSoundBuffer method.

Fields

bufferBytes
Size of the new buffer, in bytes. This value must be 0 when creating primary buffers.
flags
One or more values of DBSCAPS_ type, identifying the capabilities to include when creating a new DirectSoundBuffer object.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.