バージョン

menu_open
Wwise SDK 2022.1.12

◆ CreateAuto() [3/3]

virtual AKRESULT AK::IAkStreamMgr::CreateAuto ( void *  in_pBuffer,
AkUInt64  in_uSize,
const AkAutoStmHeuristics in_heuristics,
IAkAutoStream *&  out_pStream 
)
pure virtual

Create an automatic stream (in-memory buffer overload).

This overload differs largely from CreateAuto() implementations, which are file based. This version is provided with a memory space and the resulting automatic stream will simply return the memory space in a similar fashion, but without the need to perform any actual file operations.

If you are in the process of implementing your own IAkStreamMgr object, consider using the initial implementation from \\SDK\\source\\StreamManager\\Common\\AkStreamMgr.cpp.

戻り値
AK_Success if the stream was created successfully
注釈
The stream needs to be started explicitly with IAkAutoStream::Start().
参照
引数
in_pBufferPointer to the memory area containing stream data
in_uSizeSize of the memory area containing stream data
in_heuristicsStreaming heuristics
out_pStreamReturned interface to an automatic stream. If the function does not return AK_Success, this pointer is left untouched.

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう