|
enum | DspBusOutputType {
None = 0,
Main = 1,
MainPassthrough = 2,
PadHaptic = 3,
PadSpeaker = 4,
Personal = 5,
PersonalPassthrough = 6
} |
| バス出力タイプ 更多...
|
|
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
} |
| 字符代码 更多...
|
|
|
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输出端口对象(名称指定) 更多...
|
|