バージョン
menu

Wwise SDK 2024.1.10
AkFileSystemFlags.h
[詳解]
1 /*******************************************************************************
2 The content of this file includes portions of the AUDIOKINETIC Wwise Technology
3 released in source code form as part of the SDK installer package.
4 
5 Commercial License Usage
6 
7 Licensees holding valid commercial licenses to the AUDIOKINETIC Wwise Technology
8 may use this file in accordance with the end user license agreement provided
9 with the software or, alternatively, in accordance with the terms contained in a
10 written agreement between you and Audiokinetic Inc.
11 
12 Apache License Usage
13 
14 Alternatively, this file may be used under the Apache License, Version 2.0 (the
15 "Apache License"); you may not use this file except in compliance with the
16 Apache License. You may obtain a copy of the Apache License at
17 http://www.apache.org/licenses/LICENSE-2.0.
18 
19 Unless required by applicable law or agreed to in writing, software distributed
20 under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
21 OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for
22 the specific language governing permissions and limitations under the License.
23 
24  Copyright (c) 2025 Audiokinetic Inc.
25 *******************************************************************************/
26 
27 /// \file
28 /// Defines the API of Audiokinetic's I/O streaming solution.
29 
30 #ifndef _AK_FILE_SYSTEM_FLAGS_H_
31 #define _AK_FILE_SYSTEM_FLAGS_H_
32 
33 /// File system flags for file descriptors mapping.
35 {
37  : uCompanyID(0)
38  , uCodecID(0)
39  , uCustomParamSize(0)
40  , pCustomParam(0)
41  , bIsLanguageSpecific(false)
42  , bIsAutomaticStream(false)
46 
47  AkFileSystemFlags( AkUInt32 in_uCompanyID, AkUInt32 in_uCodecID, AkUInt32 in_uCustomParamSize, void * in_pCustomParam, bool in_bIsLanguageSpecific, AkCacheID in_uCacheID )
48  : uCompanyID( in_uCompanyID )
49  , uCodecID( in_uCodecID )
50  , uCustomParamSize( in_uCustomParamSize )
51  , pCustomParam( in_pCustomParam )
52  , bIsLanguageSpecific( in_bIsLanguageSpecific )
53  , uCacheID( in_uCacheID )
54  , uNumBytesPrefetch( 0 )
56 
60  void * pCustomParam; ///
63  ///
65  ///
67  ///
68  ///
70 };
71 
72 #endif //_AK_FILE_SYSTEM_FLAGS_H_
AkUInt32 uDirectoryHash
If the implementation uses a hashed directory structure, this is the hash value that should be employ...
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 st...
bool bIsLanguageSpecific
True when the file location depends on language
AkUInt64 AkCacheID
Stream cache block ID.
Definition: AkTypes.h:90
File system flags for file descriptors mapping.
uint32_t AkUInt32
Unsigned 32-bit integer
static const AkFileID AK_INVALID_FILE_ID
Invalid file ID
Definition: AkTypes.h:104
AkUInt32 uCustomParamSize
Size of the custom parameter
AkUInt32 uCodecID
File/codec type ID (defined in AkTypes.h)
void * pCustomParam
Custom parameter

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう