#include "API/Core/Sound/cd_audio.h"Include dependency graph for DirectSound/cdaudio_win32.h:

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

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)) |
|
|
Definition at line 7 of file DirectSound/cdaudio_win32.h. |
|
|
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. |
|
|
Definition at line 16 of file DirectSound/cdaudio_win32.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001