ネームスペース |
namespace |
SourceControlContainers |
構成 |
class |
Version |
class |
Mallocator |
class |
SafeAllocator |
class |
IPluginMediaConverter |
class |
IPluginPropertySet |
class |
IPluginObjectStore |
class |
IPluginObjectMedia |
class |
IAudioPlugin |
class |
DefaultAudioPluginImplementation |
|
Use this base class to quickly implement most plugin functions empty. [詳細]
|
class |
IMotionBusPlugin |
class |
IMotionSourcePlugin |
|
Interfaces for motion device source plugins. Currently used only to discriminate with audio plugins. [詳細]
|
class |
IWriteString |
class |
IReadOnlyProperties |
|
Interfaces used to set and get the properties from a plug in. [詳細]
|
class |
IReadWriteProperties |
class |
IProgress |
class |
IDoubleProgress |
|
Add support for a second progress bar to the IProgress interfaces. [詳細]
|
struct |
PopulateTableItem |
class |
IPluginBase |
class |
IWriteData |
class |
SourceControlConstant |
|
This class contains static constants that can be useful to the plug-in. [詳細]
|
class |
ISourceControl |
class |
ISourceControlDialogBase |
class |
ISourceControlOperationProgress |
class |
ISourceControlUtilities |
型定義 |
typedef AKRESULT(CALLBACK * |
RegisterWwisePluginFn )(AK::PluginRegistration *in_pList) |
列挙型 |
enum |
MotionDataType { TypePositionSamples = 1,
TypeSpeedSamples
} |
|
MotionDataType.
[詳細]
|
enum |
AudioFileChannel {
Channel_mono = 0,
Channel_stereo = 1,
Channel_mono_drop = 2,
Channel_stereo_drop = 3,
Channel_as_input = 4,
Channel_mono_drop_right = 5,
Channel_stereo_balance = 6
} |
|
Import channel configuration options.
[詳細]
|
enum |
LicenseType { LicenseType_Trial = 1,
LicenseType_Purchased,
LicenseType_Academic
} |
|
License type.
[詳細]
|
enum |
LicenseStatus { LicenseStatus_Unlicensed,
LicenseStatus_Expired,
LicenseStatus_Valid,
LicenseStatus_Incompatible
} |
|
License status.
[詳細]
|
enum |
Severity {
Severity_Success = -1,
Severity_Message,
Severity_Warning,
Severity_Error,
Severity_FatalError
} |
|
Log message severity.
[詳細]
|
enum |
ConversionResult { ConversionSuccess = 0,
ConversionWarning = 1,
ConversionFailed = 2
} |
|
Conversion error code.
[詳細]
|
関数 |
AKRESULT |
RegisterWwisePlugin () |