CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.DspAfxConfig

    AFX形式のインサーションDSPのアタッチ用コンフィグ構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    [Serializable]
    public struct CriAtomEx.DspAfxConfig
    Remarks

    説明: AFX形式のインサーションDSPをアタッチする際に指定するパラメーターです。 AttachDspAfx(in DspAfxConfig) 関数の引数として使います。

    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 をご参照ください。

    See Also

    AttachDspAfx(in DspAfxConfig)
    In this article
    Back to top Generated by DocFX