Get a track's current position in 3D space.
Defined in <SDL3_mixer/SDL_mixer.h>
bool MIX_GetTrack3DPosition(MIX_Track *track, MIX_Point3D *position);
MIX_Track * | track | the track to query. |
MIX_Point3D * | position | on successful return, will contain the track's position. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
If 3D positioning isn't enabled for this track, through a call to MIX_SetTrack3DPosition(), this will return (0,0,0).
It is safe to call this function from any thread.
This function is available since SDL_mixer 3.0.0.