버전

menu_open
Wwise SDK 2023.1.5
AK::Wwise::Plugin 네임스페이스 참조

네임스페이스

 Notifications
 
 V1
 
 V2
 
 XmlElementType
 
 XmlNodeType
 Types of possible XML elements. See MSDN documentation topics for XmlNodeType.
 
 XmlWhiteSpaceHandling
 
 XmlWriteReady
 Possible error codes when writing XML
 
 XmlWriteState
 

클래스

class  AutoUndoGroup
 
class  CBaseInstanceGlue
 PluginInfoGenerator: Associates an existing C Interface with a variable that can be used. Derives from the instance that uses it. 더 자세히 ...
 
class  CBaseInterfaceGlue
 PluginInfoGenerator: For each plug-in interface type, provides a single static instance used throughout this plug-in container. 더 자세히 ...
 
struct  ConversionContext
 
class  HostInterfaceGlue
 PluginInfoGenerator: Base class for every C++ instance that retrieves a service from the Wwise Authoring host. 더 자세히 ...
 
class  HostInterfaceGlue< CPPInstance, true >
 
class  IProgress
 
class  IReadOnlyProperties
 Interfaces used to set and get the properties from a plug in. 더 자세히 ...
 
class  IReadWriteProperties
 
class  IWriteString
 
struct  KnownInterfaceClass
 PluginInfoGenerator: Compile-time dictionary of known interface-version. 더 자세히 ...
 
struct  KnownInterfaceClass< AK_WWISE_PLUGIN_INTERFACE_TYPE_PLUGIN_CONTAINER, 1 >
 
struct  LatestInterfaceVersion
 PluginInfoGenerator: Defines a compile-time dictionary with the latest version known to the SDK for each interface. 더 자세히 ...
 
struct  LatestInterfaceVersion< AK_WWISE_PLUGIN_INTERFACE_TYPE_PLUGIN_CONTAINER >
 
struct  LicenseID
 
struct  MonitorData
 
struct  OpenedConvertedFile
 
struct  PluginInfoGenerator
 C++ PluginInfo Generator. 더 자세히 ...
 
struct  PluginInfoTLS
 The interface information of the plug-in currently being instantiated. 더 자세히 ...
 
class  PluginMFCWindows
 Initializes MFC for this plug-in. 더 자세히 ...
 
struct  PopulateTableItem
 
class  RequestedHostInterface
 PluginInfoGenerator: Requests a host-provided service, and optionally receives a variable containing the default instance. 더 자세히 ...
 
class  RequestedHostInterface< DataWriter >
 
class  RequestedHostInterface< FrontendModel >
 
class  RequestedHostInterface< Host >
 
class  RequestedHostInterface< LinkBackend >
 
class  RequestedHostInterface< LinkFrontend >
 
class  RequestedHostInterface< ObjectMedia >
 
class  RequestedHostInterface< ObjectStore >
 
class  RequestedHostInterface< PropertySet >
 
class  RequestedHostInterface< TestService >
 
class  RequestedHostInterface< UndoManager >
 
class  RequestedHostInterface< XmlReader >
 
class  RequestedHostInterface< XmlWriter >
 
struct  RiffHeader
 

타입정의

using CAudioPlugin = V1::CAudioPlugin
 Latest version of the C AudioPlugin interface. 더 자세히 ...
 
using AudioPlugin = V1::AudioPlugin
 Latest version of the C++ AudioPlugin interface. 더 자세히 ...
 
using CCustomData = V1::CCustomData
 Latest version of the C CustomData interface. 더 자세히 ...
 
using CustomData = V1::CustomData
 Latest version of the C++ CustomData interface. 더 자세히 ...
 
using CFirstTimeCreationMessage = V1::CFirstTimeCreationMessage
 Latest version of the C FirstTimeCreationMessage interface. 더 자세히 ...
 
using FirstTimeCreationMessage = V1::FirstTimeCreationMessage
 Latest version of the C++ FirstTimeCreationMessage interface. 더 자세히 ...
 
using CFrontend = V1::CFrontend
 Latest version of the C Frontend interface. 더 자세히 ...
 
using Frontend = V1::Frontend
 Latest version of the C++ Frontend interface. 더 자세히 ...
 
using CGUIWindows = V1::CGUIWindows
 Latest version of the C GUIWindows interface. 더 자세히 ...
 
using GUIWindows = V1::GUIWindows
 Latest version of the C++ GUIWindows interface. 더 자세히 ...
 
using CHost = V2::CHost
 Latest version of the C Host interface. 더 자세히 ...
 
using Host = V2::Host
 Latest version of the C++ Host interface. 더 자세히 ...
 
using RequestHost = V2::RequestHost
 Latest version of the requested C++ Host interface. 더 자세히 ...
 
using CHostDataWriter = V1::CHostDataWriter
 Latest version of the C DataWriter interface. 더 자세히 ...
 
using DataWriter = V1::DataWriter
 Latest version of the C++ DataWriter interface. 더 자세히 ...
 
using RequestWrite = V1::RequestWrite
 Latest version of the requested C++ DataWriter interface. 더 자세히 ...
 
using CHostFrontendModel = V1::CHostFrontendModel
 Latest version of the C FrontendModel interface. 더 자세히 ...
 
using FrontendModel = V1::FrontendModel
 Latest version of the C++ FrontendModel interface. 더 자세히 ...
 
using RequestFrontendModel = V1::RequestFrontendModel
 Latest version of the requested C++ FrontendModel interface. 더 자세히 ...
 
using CHostObjectMedia = V1::CHostObjectMedia
 Latest version of the C ObjectMedia interface. 더 자세히 ...
 
using ObjectMedia = V1::ObjectMedia
 Latest version of the C++ ObjectMedia interface. 더 자세히 ...
 
using RequestObjectMedia = V1::RequestObjectMedia
 Latest version of the requested C++ ObjectMedia interface. 더 자세히 ...
 
using CHostObjectStore = V1::CHostObjectStore
 Latest version of the C ObjectStore interface. 더 자세히 ...
 
using ObjectStore = V1::ObjectStore
 Latest version of the C++ ObjectStore interface. 더 자세히 ...
 
using RequestObjectStore = V1::RequestObjectStore
 Latest version of the requested C++ ObjectStore interface. 더 자세히 ...
 
using CHostPropertySet = V1::CHostPropertySet
 Latest version of the C PropertySet interface. 더 자세히 ...
 
using PropertySet = V1::PropertySet
 Latest version of the C++ PropertySet interface. 더 자세히 ...
 
using RequestPropertySet = V1::RequestPropertySet
 Latest version of the requested C++ PropertySet interface. 더 자세히 ...
 
using CUndoEvent = V1::CUndoEvent
 Latest version of the C UndoEvent interface. 더 자세히 ...
 
using BaseUndoEvent = V1::BaseUndoEvent
 Latest version of the C++ BaseUndoEvent interface. 더 자세히 ...
 
template<typename Backend >
using UndoEvent = V1::UndoEvent< Backend >
 Latest version of the C++ UndoEvent template helper. 더 자세히 ...
 
template<typename BackendDerivedClass >
using DynamicUndoEvent = V1::DynamicUndoEvent< BackendDerivedClass >
 Latest version of the C++ DynamicUndoEvent template helper. 더 자세히 ...
 
using CHostUndoManager = V1::CHostUndoManager
 Latest version of the C UndoManager interface. 더 자세히 ...
 
using UndoManager = V1::UndoManager
 Latest version of the C++ UndoManager interface. 더 자세히 ...
 
using RequestUndoManager = V1::RequestUndoManager
 Latest version of the requested C++ UndoManager interface. 더 자세히 ...
 
using CHostXml = V1::CHostXml
 Latest version of the C XML interface. 더 자세히 ...
 
using XmlReader = V1::XmlReader
 Latest version of the C++ XmlReader interface. 더 자세히 ...
 
using XmlWriter = V1::XmlWriter
 Latest version of the C++ XmlWriter interface. 더 자세히 ...
 
using RequestXml = V1::RequestXml
 Latest version of the requested C++ XML interface. 더 자세히 ...
 
using CLicense = V1::CLicense
 Latest version of the C License interface. 더 자세히 ...
 
using License = V1::License
 Latest version of the C++ License interface. 더 자세히 ...
 
using CMediaConverter = V1::CMediaConverter
 Latest version of the C MediaConverter interface. 더 자세히 ...
 
using MediaConverter = V1::MediaConverter
 Latest version of the C++ MediaConverter interface. 더 자세히 ...
 
using CBaseInterface = ak_wwise_plugin_base_interface
 Interface description and base class for every Wwise Authoring plug-in interface. 더 자세히 ...
 
using CInterfacePtr = ak_wwise_plugin_interface_ptr
 
using CInterfaceArrayItem = ak_wwise_plugin_interface_array_item
 A single instantiatable plug-in interface. 더 자세히 ...
 
using CPluginInfo = ak_wwise_plugin_info
 
using CPluginContainer = ak_wwise_plugin_container
 Root interface allowing a logical unit (variable, library) to contain more than one interface. 더 자세히 ...
 
using CWidget = ak_wwise_plugin_widget
 
using BaseInterface = CBaseInterface
 Interface description and base class for every Wwise Authoring plug-in interface. 더 자세히 ...
 
using InterfacePtr = CInterfacePtr
 
using InterfaceArrayItem = CInterfaceArrayItem
 A single instantiatable plug-in interface. 더 자세히 ...
 
using PluginInfo = CPluginInfo
 
using PluginContainer = CPluginContainer
 Root interface allowing a logical unit (variable, library) to contain more than one interface. 더 자세히 ...
 
using Widget = CWidget
 
using InterfaceType = decltype(BaseInterface::m_interface)
 PluginInfoGenerator: Type for the m_interface value in BaseInterface 더 자세히 ...
 
using InterfaceTypeValue = std::underlying_type< InterfaceType >::type
 PluginInfoGenerator: Underlying storage type for the m_interface value in BaseInterface 더 자세히 ...
 
using InterfaceVersion = decltype(BaseInterface::m_version)
 PluginInfoGenerator: Type for the m_version value in BaseInterface 더 자세히 ...
 
using CLinkBackend = V1::CLinkBackend
 Latest version of the C LinkBackend interface. 더 자세히 ...
 
using LinkBackend = V1::LinkBackend
 Latest version of the C++ LinkBackend interface. 더 자세히 ...
 
using RequestLinkBackend = V1::RequestLinkBackend
 Latest version of the requested C++ LinkBackend interface. 더 자세히 ...
 
using CLinkFrontend = V1::CLinkFrontend
 Latest version of the C LinkFrontend interface. 더 자세히 ...
 
using LinkFrontend = V1::LinkFrontend
 Latest version of the C++ LinkFrontend interface. 더 자세히 ...
 
using RequestLinkFrontend = V1::RequestLinkFrontend
 Latest version of the requested C++ LinkFrontend interface. 더 자세히 ...
 
using CPropertyDisplayName = V1::CPropertyDisplayName
 Latest version of the C PropertyDisplayName interface. 더 자세히 ...
 
using PropertyDisplayName = V1::PropertyDisplayName
 Latest version of the C++ PropertyDisplayName interface. 더 자세히 ...
 
using CSinkDevices = V1::CSinkDevices
 Latest version of the C SinkDevices interface. 더 자세히 ...
 
using SinkDevices = V1::SinkDevices
 Latest version of the C++ SinkDevices interface. 더 자세히 ...
 
using CSource = V1::CSource
 Latest version of the C Source interface. 더 자세히 ...
 
using Source = V1::Source
 Latest version of the C++ Source interface. 더 자세히 ...
 
using CTestService = V2::CTestService
 Latest version of the C TestService interface. 더 자세히 ...
 
using TestService = V2::TestService
 Latest version of the C++ TestService interface. 더 자세히 ...
 
using RequestTestService = V2::RequestTestService
 Latest version of the requested C++ TestService interface. 더 자세히 ...
 

열거형 타입

enum  LicenseType { LicenseType_Trial = 1, LicenseType_Purchased, LicenseType_Academic }
 License type. 더 자세히 ...
 
enum  LicenseStatus { LicenseStatus_Unlicensed, LicenseStatus_Expired, LicenseStatus_Valid, LicenseStatus_Incompatible }
 License status. 더 자세히 ...
 
enum  NotifyInnerObjectOperation { InnerObjectAdded, InnerObjectRemoved }
 Type of operation for the NotifyInnerObjectAddedRemoved function. 더 자세히 ...
 
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  Severity {
  Severity_Success = -1, Severity_Message, Severity_Warning, Severity_Error,
  Severity_FatalError
}
 Log message severity. 더 자세히 ...
 
enum  eDialog { SettingsDialog, ContentsEditorDialog }
 
enum  ConversionResult { ConversionSuccess = 0, ConversionWarning = 1, ConversionFailed = 2 }
 Conversion error code. 더 자세히 ...
 

함수

 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (AudioPlugin)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (AudioPlugin)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (CustomData)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (CustomData)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (FirstTimeCreationMessage)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (FirstTimeCreationMessage)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Frontend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Frontend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (GUIWindows)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (GUIWindows)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Host)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Host)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (DataWriter)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (DataWriter)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (FrontendModel)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (FrontendModel)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (ObjectMedia)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (ObjectMedia)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Notifications::ObjectMedia)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Notifications::ObjectMedia)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (ObjectStore)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (ObjectStore)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Notifications::ObjectStore)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Notifications::ObjectStore)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (PropertySet)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (PropertySet)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Notifications::PropertySet)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Notifications::PropertySet)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (BaseUndoEvent)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (UndoManager)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (BaseUndoEvent)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (UndoManager)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (XmlReader)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (XmlReader)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (License)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (License)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (MediaConverter)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (MediaConverter)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Notifications::Monitor)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Notifications::Monitor)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (LinkBackend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (LinkBackend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (LinkFrontend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (LinkFrontend)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (PropertyDisplayName)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (PropertyDisplayName)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (SinkDevices)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (SinkDevices)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (Source)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (Source)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (TestService)
 
 AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (TestService)
 

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요