Scroll to navigation

Mix_GetMusicLoopLengthTime(3) SDL_mixer3 FUNCTIONS Mix_GetMusicLoopLengthTime(3)

NAME

Mix_GetMusicLoopLengthTime - Get the loop time length of music stream, in seconds.

SYNOPSIS

#include "SDL3_mixer/SDL_mixer.h"
double Mix_GetMusicLoopLengthTime(Mix_Music *music);

DESCRIPTION

To convert to milliseconds, multiply by 1000.0.

If NULL is passed, returns duration of current playing music.

FUNCTION PARAMETERS

the music object to query.

RETURN VALUE

Returns -1.0 if this feature is not used for this music or not supported for some codec

AVAILABILITY

This function is available since SDL_mixer 3.0.0.

SDL_mixer 3.0.0 SDL_mixer