Microsoft SDK for Java

IDirectSoundResource Interface

This is an interface of the com.ms.directX package.

public interface IDirectSoundResource extends IUnknown
{
  // Methods
  public void loadWaveFile(String name,
        DSResourceDesc resourceDesc, byte[] wave);
  public void loadWaveResource(int handle,
        DSResourceDesc resourceDesc, byte[] wave);
  public void readBuffer(int sourceIndex, int destIndex, int size,
        DSResourceDesc resourceDesc, byte[] buffer, int maxbuf);
}

For a description of methods and parameters, see DirectSoundResource.

Hierarchy

IUnknown 
  |
  +--IDirectSoundResource

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