SDL Mixer question on Ogg vorbis files

When I load a music from an Ogg Vorbis file (.ogg) using Mix_LoadMUS, will it completely load the file in memory and decode it when playing, or will it stream the file from the disk?

Best regards,

Paulo

pvwradtke at sympatico.ca wrote:

When I load a music from an Ogg Vorbis file (.ogg) using
Mix_LoadMUS, will it completely load the file in memory and
decode it when playing, or will it stream the file from the disk?

Stream from disk as needed during playback.

–ryan.