Wwise SDK 2021.1.8
ConversionContext
Version
Wwise SDK 2021.1.8
|
AK.Wwise::Plugin::ConversionContext Struct Reference
#include <PluginDef.h>
Public Attributes | |
const GUID * | platformID |
const GUID * | basePlatformID |
const char * | sourceFileName |
const char * | destinationFileName |
AK::Wwise::Plugin::IProgress * | progress |
AK::Wwise::Plugin::IWriteString * | error |
bool | noDecode |
const IReadOnlyProperties * | sourceProperties |
IReadWriteProperties * | pluginProperties |
uint32_t | analysisDataTypes |
bool | isDefault |
float | downmixNormalizationGain |
uint32_t | sampleRate |
Number of samples per second. More... |
|
AkChannelConfig | channelConfig |
Channel configuration. More... |
|
uint32_t | decodedFileSize |
File size of file when decoded to PCM format, If offline decoding is supported by the codec. Otherwise has value NO_OFFLINE_DECODING (-1) More... |
|
Detailed Description
Definition at line 437 of file PluginDef.h.