Microsoft DirectX 9.0

IDirectSoundFXI3DL2Reverb8::GetPreset

The GetPreset method retrieves an identifier for standard reverberation parameters of a buffer.

Syntax

HRESULT GetPreset(
  LPDWORD  pdwPreset
);

Parameters

pdwPreset

Address of a DWORD that receives one of the preset identifiers. For a list of defined values, see IDirectSoundFXI3DL2Reverb8::SetPreset.

Return Values

If the method succeeds, the return value is DS_OK.

If the method fails, the return value may be one of the following error values:

Return code
DSERR_INVALIDPARAM
DSERR_INVALIDCALL

Requirements

  Header: Declared in dsound.h.

See Also