Wwise SDK 2015.1.9
버전
arrow_right
목차
기타 문서
AkFileSystemFlags Struct Reference
File system flags for file descriptors mapping. More...
Public Member Functions | |
AkFileSystemFlags () | |
AkFileSystemFlags (AkUInt32 in_uCompanyID, AkUInt32 in_uCodecID, AkUInt32 in_uCustomParamSize, void *in_pCustomParam, bool in_bIsLanguageSpecific, bool in_bIsFromRSX, AkFileID in_uCacheID) | |
Public Attributes | |
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 | bIsFromRSX |
True if the "RSX" option is checked in the sound's streaming properties. |
|
bool | bIsAutomaticStream |
AkFileID | uCacheID |
AkUInt32 | uNumBytesPrefetch |
For prefetch streams, indicates number of bytes to lock in cache. |
Detailed Description
File system flags for file descriptors mapping.
Definition at line 60 of file IAkStreamMgr.h.
The documentation for this struct was generated from the following file:
- include/AK/SoundEngine/Common/IAkStreamMgr.h