Mercurial > mplayer.hg
view linux/timer.h @ 3319:66134af21278
fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number of channels
author | steve |
---|---|
date | Tue, 04 Dec 2001 17:54:08 +0000 |
parents | c2ed1e5742ed |
children | 7bb8f7905000 |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);