CRIWARE Unity Plugin Manual  Last Updated: 2024-04-24
CriAtomExAcf.AcfDspSettingSnapshotInfo 構造体

DSPバス設定スナップショットの情報取得用構造体 [詳解]

公開変数類

string name
 
byte numBuses
 
byte numExtendBuses
 
byte[] reserved
 
ushort[] busIndexes
 
ushort[] extendBusIndexes
 

詳解

DSPバス設定スナップショットの情報取得用構造体

説明:
DSPバス設定のスナップショット情報を取得するための構造体です。
CriAtomExAcf::GetDspSettingSnapshotInformation 関数に引数として渡します。
参照
CriAtomExAcf::GetDspSettingSnapshotInformation

メンバ詳解

string name

スナップショット名

byte numBuses

有効DSPバス数

byte numExtendBuses

有効拡張DSPバス数

byte [] reserved

予約領域

ushort [] busIndexes

DSPバスインデックス配列

ushort [] extendBusIndexes

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


この構造体詳解は次のファイルから抽出されました: