Microsoft SDK for Java

DSResourceDesc Class

The DSResourceDesc Class of the com.ms.directX package contains information about a loaded resource. Used by the DirectSoundResource.loadWaveResource and DirectSoundResource.loadWaveFile methods.

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

See Also

DirectSoundResource

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