Struct CriAtomExAcf.DspSettingSnapshotInfo
DSPバス設定スナップショットの情報取得用構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomExAcf.DspSettingSnapshotInfo
Remarks
説明: DSPバス設定のスナップショット情報を取得するための構造体です。
Fields
busIndexes
DSPバスインデックス配列
Declaration
public InlineArray64<ushort> busIndexes
Field Value
Type | Description |
---|---|
InlineArray64<ushort> |
extendBusIndexes
DSP拡張バスインデックス配列
Declaration
public InlineArray64<ushort> extendBusIndexes
Field Value
Type | Description |
---|---|
InlineArray64<ushort> |
name
スナップショット名
Declaration
public NativeString name
Field Value
Type | Description |
---|---|
NativeString |
numBuses
有効DSPバス数
Declaration
public byte numBuses
Field Value
Type | Description |
---|---|
byte |
numExtendBuses
有効拡張DSPバス数
Declaration
public byte numExtendBuses
Field Value
Type | Description |
---|---|
byte |
reserved
予約領域
Declaration
public InlineArray2<byte> reserved
Field Value
Type | Description |
---|---|
InlineArray2<byte> |