SDL Wiki
(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_AudioStreamGet

Get converted/resampled data from the stream

Syntax

int SDL_AudioStreamGet(SDL_AudioStream *stream, void *buf, int len);

Function Parameters

stream The stream the audio is being requested from
buf A buffer to fill with audio data
len The maximum number of bytes to fill

Return Value

Returns the number of bytes read from the stream, or -1 on error

Version

This function is available since SDL 2.0.7.


CategoryAPI


[ 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.