버전
menu

Wwise SDK 2025.1.0
AkSoundEngineTypes.h 파일 참조

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

클래스

struct  AkAudioSettings
 Configured audio settings 더 자세히 ...
 
struct  AkDeviceDescription
 
struct  AkObstructionOcclusionValues
 Obstruction/occlusion pair for a position 더 자세히 ...
 
struct  AkAuxSendValue
 Auxiliary bus sends information per game object per given auxiliary bus. 더 자세히 ...
 
struct  AkExternalSourceInfo
 
struct  AkRamp
 Volume ramp specified by end points "previous" and "next". 더 자세히 ...
 
struct  AkOutputSettings
 Platform-independent initialization settings of output devices. 더 자세히 ...
 
struct  AkCodecDescriptor
 
struct  WwiseObjectIDext
 
struct  WwiseObjectID
 
struct  AkGraphPointBase< VALUE_TYPE >
 Type for a point in an RTPC or Attenuation curve. 더 자세히 ...
 
struct  AkFileParser::EnvelopePoint
 Analyzed envelope point. 더 자세히 ...
 

네임스페이스

 AkFileParser
 Public data structures for converted file format.
 

매크로

#define AK_WPTR(__t__, __n__)
 
#define AkMax(x1, x2)   (((x1) > (x2))? (x1): (x2))
 
#define AkMin(x1, x2)   (((x1) < (x2))? (x1): (x2))
 
#define AkClamp(x, min, max)   ((x) < (min)) ? (min) : (((x) > (max) ? (max) : (x)))
 
#define AK_ASYNC_OPEN_DEFAULT   (false)
 Refers to asynchronous file opening in default low-level IO. 더 자세히 ...
 
#define AK_COMM_DEFAULT_DISCOVERY_PORT   24024
 Default discovery port for most platforms using IP sockets for communication. 더 자세히 ...
 
#define AkRegister
 

타입정의

typedef IAkSoftwareCodec *(* AkCreateFileSourceCallback) (void *in_pCtx)
 Registered file source creation function prototype. 더 자세히 ...
 
typedef IAkSoftwareCodec *(* AkCreateBankSourceCallback) (void *in_pCtx)
 Registered bank source node creation function prototype. 더 자세히 ...
 
typedef IAkFileCodec *(* AkCreateFileCodecCallback) ()
 Registered FileCodec creation function prototype. 더 자세히 ...
 
typedef IAkGrainCodec *(* AkCreateGrainCodecCallback) ()
 Registered IAkGrainCodec creation function prototype. 더 자세히 ...
 
typedef AkGraphPointBase< AkReal32AkRTPCGraphPoint
 

함수

AkRamp operator* (const AkRamp &in_rLhs, const AkRamp &in_rRhs)
 

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

지원이 필요하신가요?

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

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

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

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

Wwise를 시작해 보세요