Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cdaudio_win32.h File Reference

#include "API/Core/Sound/cd_audio.h"

Include dependency graph for DirectSound/cdaudio_win32.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  CL_CDDrive_Win32
struct  CL_CDDrive_Win32::STrack

Defines

#define CD_FPS   75
#define FRAMES_TO_MSF(f, M, S, F)
#define MSF_TO_FRAMES(M, S, F)    ((M)*60*CD_FPS+(S)*CD_FPS+(F))


Define Documentation

#define CD_FPS   75
 

Definition at line 7 of file DirectSound/cdaudio_win32.h.

#define FRAMES_TO_MSF( f, M, S, F )
 

Value:

        {                                       \
        int value = f;                                                  \
        *(F) = value%CD_FPS;                                            \
        value /= CD_FPS;                                                \
        *(S) = value%60;                                                \
        value /= 60;                                                    \
        *(M) = value;                                                   \
}

Definition at line 8 of file DirectSound/cdaudio_win32.h.

#define MSF_TO_FRAMES( M, S, F )   ((M)*60*CD_FPS+(S)*CD_FPS+(F))
 

Definition at line 16 of file DirectSound/cdaudio_win32.h.


Generated at Wed Apr 4 19:54:18 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001