Simple Directmedia Layer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sync SDL3 wiki -> header

[ci skip]

+2 -1
+2 -1
include/SDL3/SDL_audio.h
··· 990 990 * 991 991 * Unbinding a stream that isn't bound to a device is a legal no-op. 992 992 * 993 - * \param streams an array of audio streams to unbind. Can be NULL or contain NULL. 993 + * \param streams an array of audio streams to unbind. Can be NULL or contain 994 + * NULL. 994 995 * \param num_streams number streams listed in the `streams` array. 995 996 * 996 997 * \threadsafety It is safe to call this function from any thread.