名前空間 | |
SourceControlContainers | |
Source Control Containers namespace |
|
クラス | |
class | DefaultAudioPluginImplementation |
Use this base class to quickly implement most plugin functions empty [詳解] |
|
class | IAudioPlugin |
class | IPluginBase |
class | IPluginMediaConverter |
class | IPluginObjectMedia |
class | IPluginObjectStore |
class | IPluginPropertySet |
class | IProgress |
class | IReadOnlyProperties |
Interfaces used to set and get the properties from a plug in. [詳解] |
|
class | IReadWriteProperties |
class | ISourceControl |
class | ISourceControlDialogBase |
class | ISourceControlOperationProgress |
class | ISourceControlUtilities |
class | IWriteData |
class | IWriteString |
class | Mallocator |
struct | OutputDeviceDescriptor |
struct | PopulateTableItem |
class | SafeAllocator |
class | SourceControlConstant |
This class contains static constants that can be useful to the plug-in. [詳解] |
|
class | Version |
型定義 | |
typedef AKRESULT(CALLBACK * | RegisterWwisePluginFn) (AK::PluginRegistration *in_pList) |
列挙型 | |
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 () |