バージョン

menu_open
AK::IAkPluginServiceAudioObjectAttenuation クラスabstract

Interface for the services related to extracting attenuation curves from audio objects and using them. [詳解]

#include <IAkPlugin.h>

AK::IAkPluginServiceAudioObjectAttenuation の継承関係図
AK::IAkPluginService

公開メンバ関数

virtual AkUniqueID GetAttenuationID (const AkAudioObject &in_object) const =0
 
virtual bool ExtractCurves (IAkPluginMemAlloc *in_pAllocator, const AkAudioObject &in_object, AkUInt32 in_curveTypesMask, void *out_curves[]) const =0
 
virtual void Delete (IAkPluginMemAlloc *in_pAllocator, void *&io_attenuationCurve)=0
 Free memory of curve obtained with AK::IAkPluginServiceAttenuationCurve::ExtractCurves. [詳解]
 
virtual AkReal32 Evaluate (void *&io_attenuationCurve, AkReal32 x)=0
 Evaluate the value of a curve at given x coordinate. [詳解]
 
virtual void Linearize (void *&io_attenuationCurve)=0
 Some curves are serialized in the log domain. Use this function to convert all the points to linear at once. [詳解]
 
virtual const AkRTPCGraphPointGetPoint (const void *in_attenuationCurve, AkUInt32 i) const =0
 Get the ith point of the curve. [詳解]
 
virtual AkUInt32 GetNumPoints (const void *in_attenuationCurve) const =0
 Get the number of points on a curve. [詳解]
 

限定公開メンバ関数

virtual ~IAkPluginServiceAudioObjectAttenuation ()
 
- 基底クラス AK::IAkPluginService に属する継承限定公開メンバ関数
virtual ~IAkPluginService ()
 

詳解

Interface for the services related to extracting attenuation curves from audio objects and using them.

IAkPlugin.h1735 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう