次の方法で共有


IDirectSoundFXDistortion8::GetAllParameters

GetAllParameters メソッドは、バッファーのディストーション パラメーターを取得します。

HRESULT 
GetAllParameters(
  LPDSFXDistortion pDsFxDistortion
);

パラメータ

  • pDsFxDistortion
    エフェクト パラメーターを受け取る DSFXDistortion 構造体のアドレスです。

戻り値

成功した場合は、DS_OK を返します。失敗した場合は、DSERR_INVALIDPARAM を返します。

要件

ヘッダー: DSound.h 宣言

ライブラリ: Dsdmo.dll 内容

関連項目

IDirectSoundFXDistortion8