目录
Wwise SDK 2018.1.11
|
AK::IAkSinkPluginContext类 参考abstract
类 AK::IAkSinkPluginContext 继承关系图:

Public 成员函数 | |
virtual bool | IsPrimary ()=0 |
virtual AKRESULT | SignalAudioThread ()=0 |
virtual AkUInt16 | GetNumRefillsInVoice ()=0 |
![]() | |
virtual IAkGlobalPluginContext * | GlobalContext () const =0 |
virtual IAkGameObjectPluginInfo * | GetGameObjectInfo ()=0 |
virtual AKRESULT | GetOutputID (AkUInt32 &out_uOutputID, AkPluginID &out_uDevicePlugin) const =0 |
virtual void | GetPluginMedia (AkUInt32 in_dataIndex, AkUInt8 *&out_rpData, AkUInt32 &out_rDataSize)=0 |
virtual void | GetPluginCustomGameData (void *&out_rpData, AkUInt32 &out_rDataSize)=0 |
virtual AKRESULT | PostMonitorData (void *in_pData, AkUInt32 in_uDataSize)=0 |
virtual bool | CanPostMonitorData ()=0 |
virtual AKRESULT | PostMonitorMessage (const char *in_pszError, AK::Monitor::ErrorLevel in_eErrorLevel)=0 |
virtual AkReal32 | GetDownstreamGain ()=0 |
virtual AKRESULT | GetParentChannelConfig (AkChannelConfig &out_channelConfig) const =0 |
Protected 成员函数 | |
virtual | ~IAkSinkPluginContext () |
Virtual destructor on interface to avoid warnings. 更多... |
|
![]() | |
virtual | ~IAkPluginContextBase () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Interface to retrieve contextual information for a sink plugin.
在文件 IAkPlugin.h 第 906 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h