Scroll to navigation

SDL_DestroyAudioStream(3) SDL3 FUNCTIONS SDL_DestroyAudioStream(3)

NAME

SDL_DestroyAudioStream - Free an audio stream

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_DestroyAudioStream(SDL_AudioStream *stream);

FUNCTION PARAMETERS

The audio stream to free

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_CreateAudioStream(3)

SDL 3.1.0 SDL