CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
ACF数据 更多...
类 | |
struct | AcfDspBusInfo |
DSP总线设置信息获取用结构体 更多... | |
struct | AcfDspBusLinkInfo |
DSP总线链接信息获取用结构体 更多... | |
struct | AcfDspSettingInfo |
DSP总线设置的信息获取用结构体 更多... | |
struct | AcfDspSettingSnapshotInfo |
DSP总线设置快照的信息获取用结构体 更多... | |
struct | AcfInfo |
ACF信息 更多... | |
struct | AisacGraphInfo |
获取AISAC Graph信息用结构体 更多... | |
struct | CategoryInfo |
类别信息获取用结构体 更多... | |
struct | GlobalAisacInfo |
AISAC信息获取用结构体 更多... | |
struct | SelectorInfo |
选择器信息获取用结构体 更多... | |
struct | SelectorLabelInfo |
选择器标签信息获取用结构体 更多... | |
Public 类型 | |
enum | AcfDspBusLinkType : uint { preVolume = 0, postVolume, postPan } |
DSP总线链接类型 更多... | |
enum | AcfAisacType : uint { normal = 0, autoModulation } |
AISAC类型 更多... | |
enum | AisacGraphType : int { none = 0, volume, pitch, bandpassHigh, bandpassLow, biquadFreq, biquadQ, busSend0, busSend1, busSend2, busSend3, busSend4, busSend5, busSend6, busSend7, pan3dAngel, pan3dVolume, pan3dInteriorDistance, pan3dCenter, pan3dLfe, aisac0, aisac1, aisac2, aisac3, aisac4, aisac5, aisac6, aisac7, aisac8, aisac9, aisac10, aisac11, aisac12, aisac13, aisac14, aisac15, priority, preDelayTime, biquadGain, pan3dMixdownCenter, pan3dMixdownLfe, egAttack, egRelease, playbackRatio, drySendL, drySendR, drySendCenter, drySendLfe, drySendSl, drySendSr, drySendEx1, drySendEx2, panSpread } |
AISAC图形类型 更多... | |
enum | CharacterEncoding : uint { utf8 = 0, sjis = 1 } |
字符代码 更多... | |
静态 Public 成员函数 | |
static int | GetNumAisacControls () |
获取AISAC控制器数 更多... | |
static bool | GetAisacControlInfo (ushort index, out CriAtomEx.AisacControlInfo info) |
获取AISAC控制器信息 更多... | |
static int | GetNumDspSettings () |
获取DSP总线设置数 更多... | |
static int | GetNumDspSettings (IntPtr acfData, int size) |
获取DSP总线设置的数量(指定ACF数据) 更多... | |
static string | GetDspSettingNameByIndex (ushort index) |
获取DSP总线设置名称 更多... | |
static string | GetDspSettingNameByIndex (IntPtr acfData, int size, ushort index) |
获取DSP总线设置名称(指定ACF数据) 更多... | |
static bool | GetDspSettingInformation (string name, out AcfDspSettingInfo info) |
获取DSP总线设置信息 更多... | |
static bool | GetDspSettingSnapshotInformation (ushort index, out AcfDspSettingSnapshotInfo info) |
获取DSP总线设置快照信息 更多... | |
static bool | GetDspBusInformation (ushort index, out AcfDspBusInfo info) |
获取DSP总线 更多... | |
static bool | GetDspBusLinkInformation (ushort index, out AcfDspBusLinkInfo info) |
获取DSP总线链接 更多... | |
static int | GetNumCategories () |
获取类别数 更多... | |
static int | GetNumCategoriesPerPlayback () |
获取各播放的类别参照数 更多... | |
static bool | GetCategoryInfoByIndex (ushort index, out CategoryInfo info) |
获取类别信息(指定索引) 更多... | |
static bool | GetCategoryInfoByName (string name, out CategoryInfo info) |
获取类别信息(指定类别名) 更多... | |
static bool | GetCategoryInfoById (uint id, out CategoryInfo info) |
获取类别信息(指定类别ID) 更多... | |
static int | GetNumGlobalAisacs () |
获取Global AISAC数 更多... | |
static bool | GetGlobalAisacInfoByIndex (ushort index, out GlobalAisacInfo info) |
获取Global AISAC信息(索引指定) 更多... | |
static bool | GetGlobalAisacInfoByName (string name, out GlobalAisacInfo info) |
获取Global AISAC信息(名称指定) 更多... | |
static bool | GetGlobalAisacGraphInfo (GlobalAisacInfo aisacInfo, ushort graphIndex, out AisacGraphInfo graphInfo) |
获取Global AISAC Graph信息 更多... | |
static bool | GetGlobalAisacValue (GlobalAisacInfo aisacInfo, float control, AisacGraphType type, out float value) |
获取Global AISAC值 更多... | |
static bool | GetAcfInfo (out AcfInfo acfInfo) |
获取ACF信息 更多... | |
static int | GetNumSelectors () |
获取选择器数 更多... | |
static bool | GetSelectorInfoByIndex (ushort index, out SelectorInfo info) |
获取选择器信息(指定索引) 更多... | |
static bool | GetSelectorInfoByName (string name, out SelectorInfo info) |
获取选择器信息(指定名称) 更多... | |
static bool | GetSelectorLabelInfo (SelectorInfo selectorInfo, ushort labelIndex, out SelectorLabelInfo info) |
获取选择器标签信息 更多... | |
static int | GetNumBuses () |
获取总线数 更多... | |
static int | GetMaxBusesOfDspBusSettings () |
获取DSP总线设置内的最大总线数 更多... | |
static string | FindBusName (string busName) |
获取ACF内的总线名 更多... | |
static CriAtomExOutputPort | GetOutputPort (string name) |
获取ACF输出端口对象(名称指定) 更多... | |
ACF数据
|
strong |
|
strong |
|
strong |
AISAC图形类型
|
strong |
|
inlinestatic |
获取AISAC控制器数
|
inlinestatic |
获取AISAC控制器信息
index | AISAC控制器索引 |
info | AISAC控制器信息 |
|
inlinestatic |
获取DSP总线设置数
|
inlinestatic |
获取DSP总线设置的数量(指定ACF数据)
acfData | ACF数据指针 |
size | ACF数据大小 |
|
inlinestatic |
获取DSP总线设置名称
index | DSP总线设置索引 |
|
inlinestatic |
获取DSP总线设置名称(指定ACF数据)
acfData | ACF数据指针 |
size | ACF数据大小 |
index | DSP总线设置索引 |
|
inlinestatic |
获取DSP总线设置信息
name | 设置名 |
info | 设置信息 |
|
inlinestatic |
获取DSP总线设置快照信息
index | 快照索引 |
info | 快照信息 |
|
inlinestatic |
获取DSP总线
index | 总线索引 |
info | 总线信息 |
|
inlinestatic |
获取DSP总线链接
index | DSP总线链接索引 |
info | DSP总线链接信息 |
|
inlinestatic |
获取类别数
|
inlinestatic |
获取各播放的类别参照数
|
inlinestatic |
获取类别信息(指定索引)
index | 类别索引 |
info | 类别信息 |
|
inlinestatic |
获取类别信息(指定类别名)
name | 指定类别名 |
info | 类别信息 |
|
inlinestatic |
获取类别信息(指定类别ID)
id | 类别ID |
info | 类别信息 |
|
inlinestatic |
获取Global AISAC数
|
inlinestatic |
获取Global AISAC信息(索引指定)
index | Global AISAC索引 |
info | Global AISAC信息 |
|
inlinestatic |
获取Global AISAC信息(名称指定)
name | Global AISAC名 |
info | Global AISAC信息 |
|
inlinestatic |
获取Global AISAC Graph信息
aisacInfo | Global AISAC信息 |
graphIndex | Global AISAC graph索引 |
graphInfo | AISAC graph信息 |
|
inlinestatic |
获取Global AISAC值
aisacInfo | Global AISAC信息 |
control | AISAC控制器值 |
type | 图形类型 |
value | AISAC值 |
|
inlinestatic |
获取ACF信息
acfInfo | ACF信息 |
|
inlinestatic |
获取选择器数
|
inlinestatic |
获取选择器信息(指定索引)
index | 选择器索引 |
info | 选择器信息 |
|
inlinestatic |
获取选择器信息(指定名称)
name | 选择器名 |
info | 选择器信息 |
|
inlinestatic |
获取选择器标签信息
selectorInfo | 选择器信息 |
labelIndex | 标签索引 |
info | 选择器标签信息 |
|
inlinestatic |
获取总线数
|
inlinestatic |
获取DSP总线设置内的最大总线数
|
inlinestatic |
获取ACF内的总线名
busName | 总线名 |
|
inlinestatic |
获取ACF输出端口对象(名称指定)
name | 输出端口名称 |