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