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_GetAudioStreamData

Get converted/resampled data from the stream

Syntax

int SDL_GetAudioStreamData(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 3.0.0.


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.