menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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>
Classes | |
struct | CustomMetadata |
Custom object metadata. More... |
|
Public Types | |
typedef AkArray< CustomMetadata, const CustomMetadata &, AkPluginArrayAllocator > | ArrayCustomMetadata |
Array type for carrying custom metadata. More... |
|
typedef AkString< AkPluginArrayAllocator, char > | String |
String type for use in 3D audio objects. More... |
|
Public Member Functions | |
AkAudioObject () | |
Constructor. More... |
|
~AkAudioObject () | |
Destructor. More... |
|
void | CopyContents (const AkAudioObject &in_src) |
Copy object metadata (everything but the key) from another object. More... |
|
void | SetCustomMetadata (CustomMetadata *in_aCustomMetadata, AkUInt32 in_uLength) |
void | Transfer (AkAudioObject &in_from) |
Transfer function for transfer move policies. More... |
|
AKRESULT | SetName (AK::IAkPluginMemAlloc *in_pAllocator, const char *in_szName) |
void | ResetState () |
Reset object state in preparation for next frame. More... |
|
Public Attributes | |
AkAudioObjectID | key |
Unique ID, local to a given bus. More... |
|
AkPositioningData | positioning |
Positioning data for deferred 3D rendering. More... |
|
AkRamp | cumulativeGain |
Cumulative ramping gain to apply when mixing down to speaker bed or final endpoint. More... |
|
ArrayCustomMetadata | arCustomMetadata |
Array of custom metadata, gathered from visited objects. More... |
|
AkPipelineID | instigatorID |
Profiling ID of the node from which the object stems (typically the voice, instance of an actor-mixer). More... |
|
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. More... |
|
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.
Definition at line 307 of file AkCommonDefs.h.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise