SDL_IOStreamInterface.size

Return the number of bytes in this SDL_IOStream

struct SDL_IOStreamInterface
Sint64 function(void* userdata) size;

Return Value

The total size of the data stream, or -1 on error.

Meta