版本

menu_open
Wwise SDK 2023.1.4
AkAsyncFileOpenData结构体 参考

#include <AkStreamMgrModule.h>

类 AkAsyncFileOpenData 继承关系图:
AkFileOpenData

Public 成员函数

 ~AkAsyncFileOpenData ()
 
 AkAsyncFileOpenData (const AkFileOpenData &in_copy)
 
 AkAsyncFileOpenData (const AkAsyncFileOpenData &in_copy)
 
 AkAsyncFileOpenData ()
 
 AkAsyncFileOpenData (const AkOSChar *in_pszFileName, AkOpenMode in_eOpenMode=AK_OpenModeRead, AkFileSystemFlags *in_pFlags=NULL)
 
 AkAsyncFileOpenData (AkFileID in_idFile, AkOpenMode in_eOpenMode=AK_OpenModeRead, AkFileSystemFlags *in_pFlags=NULL)
 Functions used to manage optional stream name. The name will be used when sending stream information to the Wwise profiler. 更多...
 
AKRESULT SetStreamName (const AkOSChar *in_pszStreamName)
 
const AkOSCharGetStreamName () const
 
- Public 成员函数 继承自 AkFileOpenData
 AkFileOpenData ()
 
 AkFileOpenData (const AkOSChar *in_pszFileName, AkOpenMode in_eOpenMode=AK_OpenModeRead, AkFileSystemFlags *in_pFlags=NULL)
 
 AkFileOpenData (AkFileID in_idFile, AkOpenMode in_eOpenMode=AK_OpenModeRead, AkFileSystemFlags *in_pFlags=NULL)
 
 AkFileOpenData (const AkOSChar *in_pszFileName, AkFileSystemFlags *in_pFlags)
 
 AkFileOpenData (AkFileID in_idFile, AkFileSystemFlags *in_pFlags)
 
bool IsValid () const
 

Public 属性

AkFileOpenCallback pCallback
 Callback function used to notify the high-level device when Open is done 更多...
 
void * pCookie
 Reserved. Pass this unchanged to the callback function. The I/O device uses this cookie to retrieve the owner of the transfer. 更多...
 
AkFileDescpFileDesc
 File Descriptor to fill once the Open operation is complete. 更多...
 
void * pCustomData
 Convienience pointer for the IO hook implementer. Useful for additional data used in asynchronous implementations, for example. 更多...
 
- Public 属性 继承自 AkFileOpenData
const AkOSCharpszFileName
 File name. Only one of pszFileName or fileID should be valid (pszFileName null while fileID is not AK_INVALID_FILE_ID, or vice versa) 更多...
 
AkFileID fileID
 File ID. Only one of pszFileName or fileID should be valid (pszFileName null while fileID is not AK_INVALID_FILE_ID, or vice versa) 更多...
 
AkFileSystemFlagspFlags
 Flags for opening, null when unused 更多...
 
AkOpenMode eOpenMode
 Open mode. 更多...
 

详细描述

Structure used by Low Level IO Hooks (IAkLowLevelIOHook) to pass and retreive information on files to be opened by the IO hook. Please refer to AK::StreamMgr::IAkLowLevelIOHook::BatchOpen for more information about the sementics of the Open operation.

参见

在文件 AkStreamMgrModule.h143 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅