|
| 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の出力ポートオブジェクトの取得(名前指定) [詳解]
|
| |