Scroll to navigation

SDL_ClearAudioStream(3) SDL3 FUNCTIONS SDL_ClearAudioStream(3)

NAME

SDL_ClearAudioStream - Clear any pending data in the stream without converting it

SYNOPSIS

#include "SDL3/SDL.h"
int SDL_ClearAudioStream(SDL_AudioStream *stream);

FUNCTION PARAMETERS

The audio stream to clear

RETURN VALUE

Returns 0 on success or a negative error code on failure; call

SDL_GetError () for more information.

THREAD SAFETY

It is safe to call this function from any thread.

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_GetAudioStreamAvailable(3), SDL_GetAudioStreamData(3), SDL_GetAudioStreamQueued(3), SDL_PutAudioStreamData(3)

SDL 3.1.0 SDL