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.
IUnknown | +--IDirectSoundResource