![]() |
|
SDL. Current music position - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: SDL. Current music position (/thread-261.html) |
SDL. Current music position - e40pud - Mar 9, 2010 08:46 AM Hi all, I load my music track using SDL_mixer function: Code: Mix_Music * SDLCALL Mix_LoadMUS(const char *file);For synchronization with video I need to know current music position. How can I determine this? |