Struct CriAtomEx.DspAfxConfig
AFX形式のインサーションDSPのアタッチ用コンフィグ構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomEx.DspAfxConfig
Remarks
説明: AFX形式のインサーションDSPをアタッチする際に指定するパラメーターです。 AttachDspAfx(in DspAfxConfig, IntPtr, int) 関数の引数として使います。
Fields
maxChannels
DSPの最大チャンネル数
Declaration
public int maxChannels
Field Value
Type | Description |
---|---|
int |
Remarks
説明: DSPが処理可能な最大チャンネル数です。 アタッチ先ボイスプールのプレーヤー設定の最大チャンネル数(max_channels)と同じ値を指定する必要があります。
maxSamplingRate
DSPの最大サンプリングレート
Declaration
public int maxSamplingRate
Field Value
Type | Description |
---|---|
int |
Remarks
説明: DSPが処理可能な最大サンプリングレートです。 アタッチ先ボイスプールのプレーヤー設定の最大サンプリングレート(max_sampling_rate)と同じ値を指定する必要があります。
numDsp
作成するDSPの数
Declaration
public int numDsp
Field Value
Type | Description |
---|---|
int |
Remarks
説明: アタッチ先のボイス数と同じ値を指定する必要があります。
specific
Afx形式DSP設定の構造体
Declaration
public CriAtomDsp.AfxConfig specific
Field Value
Type | Description |
---|---|
CriAtomDsp.AfxConfig |
Remarks
説明: Afx形式のDSPのコンフィグ設定を行います。 詳しくは CriAtomDsp.AfxConfig をご参照ください。