|
Wwise SDK 2024.1.9
|
File system flags for file descriptors mapping. [詳解]
#include <AkFileSystemFlags.h>
公開メンバ関数 | |
| AkFileSystemFlags () | |
| AkFileSystemFlags (AkUInt32 in_uCompanyID, AkUInt32 in_uCodecID, AkUInt32 in_uCustomParamSize, void *in_pCustomParam, bool in_bIsLanguageSpecific, AkCacheID in_uCacheID) | |
公開変数類 | |
| AkUInt32 | uCompanyID |
| Company ID (Wwise uses AKCOMPANYID_AUDIOKINETIC, defined in AkTypes.h, for soundbanks and standard streaming files, and AKCOMPANYID_AUDIOKINETIC_EXTERNAL for streaming external sources). [詳解] | |
| AkUInt32 | uCodecID |
| File/codec type ID (defined in AkTypes.h) [詳解] | |
| AkUInt32 | uCustomParamSize |
| Size of the custom parameter [詳解] | |
| void * | pCustomParam |
| Custom parameter [詳解] | |
| bool | bIsLanguageSpecific |
| True when the file location depends on language [詳解] | |
| bool | bIsAutomaticStream |
| AkCacheID | uCacheID |
| AkUInt32 | uNumBytesPrefetch |
| AkUInt32 | uDirectoryHash |
| If the implementation uses a hashed directory structure, this is the hash value that should be employed for determining the directory structure [詳解] | |
File system flags for file descriptors mapping.
AkFileSystemFlags.h の 34 行目に定義があります。