|
enum | DspBusOutputType {
None = 0,
Main = 1,
MainPassthrough = 2,
PadHaptic = 3,
PadSpeaker = 4,
Personal = 5,
PersonalPassthrough = 6
} |
| バス出力タイプ More...
|
|
enum | AcfDspBusLinkType : uint { preVolume = 0,
postVolume,
postPan
} |
| DSP bus link type More...
|
|
enum | AcfAisacType : uint { normal = 0,
autoModulation
} |
| AISAC type More...
|
|
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 graph type More...
|
|
enum | CharacterEncoding : uint { utf8 = 0,
sjis = 1
} |
| Character code More...
|
|
|
static int | GetNumAisacControls () |
| Gets the number of AISAC controls More...
|
|
static bool | GetAisacControlInfo (ushort index, out CriAtomEx.AisacControlInfo info) |
| Gets the AISAC control information More...
|
|
static int | GetNumDspSettings () |
| Gets the number of DSP bus settings More...
|
|
static int | GetNumDspSettings (IntPtr acfData, int size) |
| Acquiring the DSP bus setting (from the specified ACF data) More...
|
|
static string | GetDspSettingNameByIndex (ushort index) |
| Acquiring the DSP bus setting's name More...
|
|
static string | GetDspSettingNameByIndex (IntPtr acfData, int size, ushort index) |
| Acquiring the DSP bus setting's name (from the specified ACF data) More...
|
|
static bool | GetDspSettingInformation (string name, out AcfDspSettingInfo info) |
| Gets the DSP bus setting information More...
|
|
static bool | GetDspSettingSnapshotInformation (ushort index, out AcfDspSettingSnapshotInfo info) |
| Gets the DSP bus setting snapshot information More...
|
|
static bool | GetDspBusInformation (ushort index, out AcfDspBusInfo info) |
| Gets the DSP bus More...
|
|
static bool | GetDspBusLinkInformation (ushort index, out AcfDspBusLinkInfo info) |
| Gets the DSP bus link More...
|
|
static int | GetNumCategories () |
| Gets the number of Categories More...
|
|
static int | GetNumCategoriesPerPlayback () |
| Gets the number of Category references per playback More...
|
|
static bool | GetCategoryInfoByIndex (ushort index, out CategoryInfo info) |
| Gets the Category information (index specified) More...
|
|
static bool | GetCategoryInfoByName (string name, out CategoryInfo info) |
| Gets the Category information (Category name specified) More...
|
|
static bool | GetCategoryInfoById (uint id, out CategoryInfo info) |
| Gets the Category information (Category ID specified) More...
|
|
static int | GetNumGlobalAisacs () |
| Gets the number of Global AISACs More...
|
|
static bool | GetGlobalAisacInfoByIndex (ushort index, out GlobalAisacInfo info) |
| Gets the Global AISAC information (index specified) More...
|
|
static bool | GetGlobalAisacInfoByName (string name, out GlobalAisacInfo info) |
| Gets the Global AISAC information (name specified) More...
|
|
static bool | GetGlobalAisacGraphInfo (GlobalAisacInfo aisacInfo, ushort graphIndex, out AisacGraphInfo graphInfo) |
| Gets the Global AISAC Graph information More...
|
|
static bool | GetGlobalAisacValue (GlobalAisacInfo aisacInfo, float control, AisacGraphType type, out float value) |
| Gets the Global AISAC value More...
|
|
static bool | GetAcfInfo (out AcfInfo acfInfo) |
| Gets the ACF information More...
|
|
static int | GetNumSelectors () |
| Gets the number of selectors More...
|
|
static bool | GetSelectorInfoByIndex (ushort index, out SelectorInfo info) |
| Gets the selector information (index specified) More...
|
|
static bool | GetSelectorInfoByName (string name, out SelectorInfo info) |
| Gets the selector information (name specified) More...
|
|
static bool | GetSelectorLabelInfo (SelectorInfo selectorInfo, ushort labelIndex, out SelectorLabelInfo info) |
| Gets the Selector Label information More...
|
|
static int | GetNumBuses () |
| Gets the number of buses More...
|
|
static int | GetMaxBusesOfDspBusSettings () |
| Gets the maximum number of buses in the DSP bus settings More...
|
|
static string | FindBusName (string busName) |
| Gets the bus name in ACF More...
|
|
static CriAtomExOutputPort | GetOutputPort (string name) |
| Get the output port object from the ACF by name More...
|
|