SDL Wiki
(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_AudioStream

The opaque handle that represents an audio stream.

Header File

Defined in <SDL3/SDL_audio.h>

Syntax

struct SDL_AudioStream;  /**< this is opaque to the outside world. */

Remarks

SDL_AudioStream is an audio conversion interface.

Audio streams are the core of the SDL3 audio interface. You create one or more of them, bind them to an opened audio device, and feed data to them (or for recording, consume data from them).

Version

This struct is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIStruct


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.