Get the properties associated with an audio stream.
SDL_PropertiesID SDL_GetAudioStreamProperties(SDL_AudioStream *stream);
stream | the SDL_AudioStream to query |
Returns a valid property ID on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.