SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]
(This function is part of SDL_mixer, a separate library from SDL.)

MIX_GetTrack3DPosition

Get a track's current position in 3D space.

Header File

Defined in <SDL3_mixer/SDL_mixer.h>

Syntax

bool MIX_GetTrack3DPosition(MIX_Track *track, MIX_Point3D *position);

Function Parameters

MIX_Track * track the track to query.
MIX_Point3D * position on successful return, will contain the track's position.

Return Value

(bool) Returns true on success or false on failure; call SDL_GetError() for more information.

Remarks

If 3D positioning isn't enabled for this track, through a call to MIX_SetTrack3DPosition(), this will return (0,0,0).

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL_mixer 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategorySDLMixer


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.