Version

    Other Documentation

menu_open
Wwise SDK 2019.1.11

◆ CreateAuto() [2/2]

virtual AKRESULT AK::IAkStreamMgr::CreateAuto ( const AkOSChar *  in_pszFileName,
AkFileSystemFlags in_pFSFlags,
const AkAutoStmHeuristics in_heuristics,
AkAutoStmBufSettings in_pBufferSettings,
IAkAutoStream *&  out_pStream,
bool  in_bSyncOpen 
)
pure virtual

Create an automatic stream (string overload).

Returns
AK_Success if the stream was created successfully
Remarks
The stream needs to be started explicitly with AK::IAkAutoStream::Start().
The string overload of AK::StreamMgr::IAkFileLocationResolver::Open() will be called.
See also
Parameters
in_pszFileName Application-defined string (title only, or full path, or code...)
in_pFSFlags Special file system flags (can pass NULL)
in_heuristics Streaming heuristics
in_pBufferSettings Stream buffer settings (it is recommended to pass NULL in order to use the default settings)
out_pStream Returned interface to an automatic stream. If the function does not return AK_Success, this pointer is left untouched.
in_bSyncOpen If true, force the Stream Manager to open file synchronously. Otherwise, it is left to its discretion.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise