Version

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()).

Remarks
The returned value corresponds to the buffering status at that moment, and does not even guarantee that it will not shrink.
Returns
  • 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.
Parameters
out_uNumBytesAvailable Number of bytes available in the stream's buffer(s).

Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise