Use this function to get the size of the data stream in an SDL_IOStream.
Defined in <SDL3/SDL_iostream.h>
Sint64 SDL_GetIOSize(SDL_IOStream *context);
SDL_IOStream * | context | the SDL_IOStream to get the size of the data stream from. |
(Sint64) Returns the size of the data stream in the SDL_IOStream on success or a negative error code on failure; call SDL_GetError() for more information.
This function is available since SDL 3.1.3.