table of contents
other versions
Mix_SetSynchroValue(3) | SDL_mixer3 FUNCTIONS | Mix_SetSynchroValue(3) |
NAME¶
Mix_SetSynchroValue - This function does nothing, do not use.
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
int Mix_SetSynchroValue(int value);
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.
FUNCTION PARAMETERS¶
- value
- this parameter is ignored.
RETURN VALUE¶
Returns -1.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.0.0 | SDL_mixer |