SDL Wiki
(This function is part of SDL_mixer, a separate library from SDL.)

Mix_GetMusicPosition

Get the time current position of music stream, in seconds.

Syntax

double Mix_GetMusicPosition(Mix_Music *music);

Function Parameters

music the music object to query.

Return Value

Returns -1.0 if this feature is not supported for some codec.

Remarks

To convert to milliseconds, multiply by 1000.0.

Version

This function is available since SDL_mixer 2.6.0.


CategoryAPI


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

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