Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
9b025e3cab
commit
988c0be934
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PutAudioStreamData(SDL_AudioStream *stream,
|
||||||
typedef void (SDLCALL *SDL_AudioStreamDataCompleteCallback)(void *userdata, const void *buf, int buflen);
|
typedef void (SDLCALL *SDL_AudioStreamDataCompleteCallback)(void *userdata, const void *buf, int buflen);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add constant data to the stream.
|
* Add external data to an audio stream without copying it.
|
||||||
*
|
*
|
||||||
* Unlike SDL_PutAudioStreamData(), this function does not make a copy of the
|
* Unlike SDL_PutAudioStreamData(), this function does not make a copy of the
|
||||||
* provided data, instead storing the provided pointer. This means that the
|
* provided data, instead storing the provided pointer. This means that the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue