버전
menu

Wwise SDK 2025.1.0
AkCallbackTypes.h 파일 참조

이 파일의 소스 코드 페이지로 가기

클래스

struct  AkSegmentInfo
 Structure used to query info on active playing segments. 더 자세히 ...
 
struct  AkEventCallbackInfo
 
struct  AkMIDIEventCallbackInfo
 
struct  AkMarkerCallbackInfo
 
struct  AkDurationCallbackInfo
 
struct  AkDynamicSequenceItemCallbackInfo
 
struct  AkSpeakerVolumeMatrixCallbackInfo
 
struct  AkMusicPlaylistCallbackInfo
 
struct  AkMusicSyncCallbackInfo
 
struct  AkCallbackInfo
 
struct  AkBusMeteringCallbackInfo
 
struct  AkOutputDeviceMeteringCallbackInfo
 
struct  AkResourceMonitorDataSummary
 Resources data summary structure containing general information about the system 더 자세히 ...
 
struct  AkDynamicSequenceSelectCallbackInfo
 

네임스페이스

namespace  AK
 Definition of data structures for AkAudioObject
 

타입정의

typedef AK::IAkMixerInputContextAkMixerInputContextPtr
 
typedef AK::IAkMixerPluginContextAkMixerPluginContextPtr
 
typedef AK::IAkGlobalPluginContextAkGlobalPluginContextPtr
 
typedef AkUInt32 AkCallbackType_t
 
typedef AkUInt8 AkAudioDeviceEvent_t
 
typedef AkUInt8 AkGlobalCallbackLocation_t
 
typedef void(* AkEventCallbackFunc) (enum AkCallbackType in_eType, struct AkEventCallbackInfo *in_pEventInfo, void *in_pCallbackInfo, void *in_pCookie)
 
typedef AkEventCallbackFunc AkCallbackFunc
 
typedef void(* AkBusCallbackFunc) (struct AkSpeakerVolumeMatrixCallbackInfo *in_pCallbackInfo, void *in_pCookie)
 
typedef void(* AkBankCallbackFunc) (AkUInt32 in_bankID, const void *in_pInMemoryBankPtr, enum AKRESULT in_eLoadResult, void *in_pCookie)
 
typedef void(* AkGlobalCallbackFunc) (AkGlobalPluginContextPtr in_pContext, enum AkGlobalCallbackLocation in_eLocation, void *in_pCookie)
 
typedef void(* AkResourceMonitorCallbackFunc) (const struct AkResourceMonitorDataSummary *in_pdataSummary)
 
typedef void(* AkDeviceStatusCallbackFunc) (AkGlobalPluginContextPtr in_pContext, AkUniqueID in_idAudioDeviceShareset, AkUInt32 in_idDeviceID, enum AkAudioDeviceEvent in_idEvent, enum AKRESULT in_AkResult)
 
typedef void(* AkBusMeteringCallbackFunc) (AkBusMeteringCallbackInfo *in_pCallbackInfo)
 
typedef void(* AkOutputDeviceMeteringCallbackFunc) (AkOutputDeviceMeteringCallbackInfo *in_pCallbackInfo)
 
typedef void(* AkCaptureCallbackFunc) (AkAudioBuffer &in_CaptureBuffer, AkOutputDeviceID in_idOutput, void *in_pCookie)
 

열거형 타입

enum  AkCallbackType {
  AK_EndOfEvent = 0x0001, AK_EndOfDynamicSequenceItem = 0x0002, AK_Marker = 0x0004, AK_Duration = 0x0008,
  AK_SpeakerVolumeMatrix = 0x0010, AK_Starvation = 0x0020, AK_MusicPlaylistSelect = 0x0040, AK_MusicPlayStarted = 0x0080,
  AK_MusicSyncBeat = 0x0100, AK_MusicSyncBar = 0x0200, AK_MusicSyncEntry = 0x0400, AK_MusicSyncExit = 0x0800,
  AK_MusicSyncGrid = 0x1000, AK_MusicSyncUserCue = 0x2000, AK_MusicSyncPoint = 0x4000, AK_MIDIEvent = 0x8000,
  AK_DynamicSequenceSelect = 0x10000, AK_Callback_Last = 0x20000, AK_MusicSyncAll = 0x7f00, AK_CallbackBits = 0xfffff,
  AK_EnableGetMusicPlayPosition = 0x200000, AK_EnableGetSourceStreamBuffering = 0x400000, AK_SourceInfo_Last = 0x800000
}
 Type of callback. Used as a bitfield in methods AK::SoundEngine::PostEvent() and AK::SoundEngine::DynamicSequence::Open(). 더 자세히 ...
 
enum  AkAudioDeviceEvent { AkAudioDeviceEvent_Initialization, AkAudioDeviceEvent_Removal, AkAudioDeviceEvent_SystemRemoval, AkAudioDeviceEvent_Last }
 
enum  AkGlobalCallbackLocation {
  AkGlobalCallbackLocation_Register = (1 << 0), AkGlobalCallbackLocation_Begin = (1 << 1), AkGlobalCallbackLocation_PreProcessMessageQueueForRender = (1 << 2), AkGlobalCallbackLocation_PostMessagesProcessed = (1 << 3),
  AkGlobalCallbackLocation_BeginRender = (1 << 4), AkGlobalCallbackLocation_EndRender = (1 << 5), AkGlobalCallbackLocation_End = (1 << 6), AkGlobalCallbackLocation_Term = (1 << 7),
  AkGlobalCallbackLocation_Monitor = (1 << 8), AkGlobalCallbackLocation_MonitorRecap = (1 << 9), AkGlobalCallbackLocation_Init = (1 << 10), AkGlobalCallbackLocation_Suspend = (1 << 11),
  AkGlobalCallbackLocation_WakeupFromSuspend = (1 << 12), AkGlobalCallbackLocation_ProfilerConnect = (1 << 13), AkGlobalCallbackLocation_ProfilerDisconnect = (1 << 14), AkGlobalCallbackLocation_Num = 15
}
 Bit field of various locations in the audio processing loop where the game can be called back. 더 자세히 ...
 

변수

const ::AkAudioDeviceEvent AK::AkAudioDeviceEvent_Initialization = AkAudioDeviceEvent_Initialization
 
const ::AkAudioDeviceEvent AK::AkAudioDeviceEvent_Removal = AkAudioDeviceEvent_Removal
 
const ::AkAudioDeviceEvent AK::AkAudioDeviceEvent_SystemRemoval = AkAudioDeviceEvent_SystemRemoval
 
const ::AkAudioDeviceEvent AK::AkAudioDeviceEvent_Last = AkAudioDeviceEvent_Last
 

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

지원이 필요하신가요?

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

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

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

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

Wwise를 시작해 보세요