バージョン

menu_open
Wwise SDK 2018.1.11

◆ QueryBufferingStatus()

virtual AKRESULT AK::IAkAutoStream::QueryBufferingStatus ( AkUInt32 out_uNumBytesAvailable )
pure virtual

Get the amount of buffering that the stream has. The buffering is defined as the number of bytes that the stream has buffered, excluding the number of bytes that is currently granted to the user (with GetBuffer()).

注釈
The returned value corresponds to the buffering status at that moment, and does not even guarantee that it will not shrink.
戻り値
  • AK_DataReady: Some data has been buffered (out_uNumBytesAvailable is greater than 0).
  • AK_NoDataReady: No data is available, and the end of file has not been reached.
  • AK_NoMoreData: Some or no data is available, but the end of file has been reached. The stream will not buffer any more data.
  • AK_Fail: The stream is invalid due to an I/O error.
引数
out_uNumBytesAvailable Number of bytes available in the stream's buffer(s).

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう