menu
버전
2021.1.14.8108
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2021.1.14
|
#include <AkCommonDefs.h>
클래스 | |
struct | CustomMetadata |
Custom object metadata. 더 자세히 ... |
|
Public 타입 | |
typedef AkArray< CustomMetadata, const CustomMetadata &, AkPluginArrayAllocator > | ArrayCustomMetadata |
Array type for carrying custom metadata. 더 자세히 ... |
|
typedef AkString< AkPluginArrayAllocator, char > | String |
String type for use in 3D audio objects. 더 자세히 ... |
|
Public 멤버 함수 | |
AkAudioObject () | |
Constructor 더 자세히 ... |
|
~AkAudioObject () | |
Destructor 더 자세히 ... |
|
void | CopyContents (const AkAudioObject &in_src) |
Copy object metadata (everything but the key) from another object. 더 자세히 ... |
|
void | SetCustomMetadata (CustomMetadata *in_aCustomMetadata, AkUInt32 in_uLength) |
void | Transfer (AkAudioObject &in_from) |
Transfer function for transfer move policies. 더 자세히 ... |
|
AKRESULT | SetName (AK::IAkPluginMemAlloc *in_pAllocator, const char *in_szName) |
void | ResetState () |
Reset object state in preparation for next frame. 더 자세히 ... |
|
Public 속성 | |
AkAudioObjectID | key |
Unique ID, local to a given bus. 더 자세히 ... |
|
AkPositioningData | positioning |
Positioning data for deferred 3D rendering. 더 자세히 ... |
|
AkRamp | cumulativeGain |
Cumulative ramping gain to apply when mixing down to speaker bed or final endpoint 더 자세히 ... |
|
ArrayCustomMetadata | arCustomMetadata |
Array of custom metadata, gathered from visited objects. 더 자세히 ... |
|
AkPipelineID | instigatorID |
Profiling ID of the node from which the object stems (typically the voice, instance of an actor-mixer). 더 자세히 ... |
|
String | objectName |
Name string of the object, to appear in the object profiler. This is normally used by out-of-place object processors for naming their output objects. Built-in sound engine structures don't use it. 더 자세히 ... |
|
An audio object refers to an audio signal with some attached metadata going through the sound engine pipeline. The AkAudioObject struct encapsulates the metadata part. The signal itself is contained in a separate AkAudioBuffer instance.
AkCommonDefs.h 파일의 307 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요