mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -1322,10 +1322,10 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetAudioStreamAvailable(SDL_AudioStream *str
|
|||||||
/**
|
/**
|
||||||
* Get the number of bytes currently queued.
|
* Get the number of bytes currently queued.
|
||||||
*
|
*
|
||||||
* This is the number of bytes put into a stream as input, not the number
|
* This is the number of bytes put into a stream as input, not the number that
|
||||||
* that can be retrieved as output. Because of several details, it's not
|
* can be retrieved as output. Because of several details, it's not possible
|
||||||
* possible to calculate one number directly from the other. If you need to
|
* to calculate one number directly from the other. If you need to know how
|
||||||
* know how much usable data can be retrieved right now, you should use
|
* much usable data can be retrieved right now, you should use
|
||||||
* SDL_GetAudioStreamAvailable() and not this function.
|
* SDL_GetAudioStreamAvailable() and not this function.
|
||||||
*
|
*
|
||||||
* Note that audio streams can change their input format at any time, even if
|
* Note that audio streams can change their input format at any time, even if
|
||||||
|
Reference in New Issue
Block a user