Scroll to navigation

Mix_GetSynchroValue(3) SDL_mixer3 FUNCTIONS Mix_GetSynchroValue(3)

NAME

Mix_GetSynchroValue - This function does nothing, do not use.

SYNOPSIS

#include "SDL3_mixer/SDL_mixer.h"
int Mix_GetSynchroValue(void);

DESCRIPTION

This was probably meant to expose a feature, but no codecs support it, so it only remains for binary compatibility.

Calling this function is a legal no-op that returns -1.

RETURN VALUE

Returns -1.

AVAILABILITY

This function is available since SDL_mixer 3.0.0.

SDL_mixer 3.0.0 SDL_mixer