CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomExAcf.DspSettingSnapshotInfo

    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
    public struct CriAtomExAcf.DspSettingSnapshotInfo
    Remarks

    説明: DSPバス設定のスナップショット情報を取得するための構造体です。

    Fields

    busIndexes

    Declaration
    public InlineArray64<ushort> busIndexes
    Field Value
    Type Description
    InlineArray64<ushort>
    Remarks

    DSPバスインデックス配列

    extendBusIndexes

    Declaration
    public InlineArray64<ushort> extendBusIndexes
    Field Value
    Type Description
    InlineArray64<ushort>
    Remarks

    DSP拡張バスインデックス配列

    name

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    スナップショット名

    numBuses

    Declaration
    public byte numBuses
    Field Value
    Type Description
    byte
    Remarks

    有効DSPバス数

    numExtendBuses

    Declaration
    public byte numExtendBuses
    Field Value
    Type Description
    byte
    Remarks

    有効拡張DSPバス数

    reserved

    Declaration
    public InlineArray2<byte> reserved
    Field Value
    Type Description
    InlineArray2<byte>
    Remarks

    予約領域

    In this article
    Back to top Generated by DocFX