Go to the source code of this file.
Functions | |
void | CDAudio_Pause (void) |
static void | CDAudio_Eject (void) |
static void | CDAudio_CloseDoor (void) |
static int | CDAudio_GetAudioDiskInfo (void) |
void | CDAudio_Play2 (int track, qboolean looping) |
void | CDAudio_Play (int track, qboolean looping) |
void | CDAudio_RandomPlay (void) |
Variables | |
HWND | cl_hwnd |
static qboolean | cdValid = false |
static qboolean | playing = false |
static qboolean | wasPlaying = false |
static qboolean | initialized = false |
static qboolean | enabled = false |
static qboolean | playLooping = false |
static byte | remap [100] |
static byte | cdrom |
static byte | playTrack |
static byte | maxTrack |
cvar_t * | cd_nocd |
cvar_t * | cd_loopcount |
cvar_t * | cd_looptrack |
UINT | wDeviceID |
int | loopcounter |
Definition at line 67 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
Definition at line 182 of file cd_win.c.
Referenced by CDAudio_RandomPlay(), CL_ParseConfigString(), CL_PrepRefresh(), and UpdateCDVolumeFunc().
Definition at line 107 of file cd_win.c.
Referenced by CDAudio_Play(), and CDAudio_RandomPlay().
Definition at line 190 of file cd_win.c.
Referenced by CL_PrepRefresh(), and UpdateCDVolumeFunc().
cvar_t* cd_loopcount |
Definition at line 40 of file cd_win.c.
Referenced by CDAudio_RandomPlay().
cvar_t* cd_looptrack |
Definition at line 41 of file cd_win.c.
Referenced by CDAudio_RandomPlay().
cvar_t* cd_nocd |
Definition at line 39 of file cd_win.c.
Referenced by CDAudio_RandomPlay().
Definition at line 28 of file cd_win.c.
Referenced by CDAudio_GetAudioDiskInfo(), CDAudio_Play2(), and CDAudio_RandomPlay().
HWND cl_hwnd |
Definition at line 53 of file vid_dll.c.
Referenced by CDAudio_Play2(), CDAudio_RandomPlay(), DS_CreateBuffers(), DS_DestroyBuffers(), IN_ActivateMouse(), S_Activate(), and Sys_AppActivate().
Definition at line 32 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
Definition at line 31 of file cd_win.c.
Referenced by CDAudio_RandomPlay(), and Sys_Milliseconds().
int loopcounter |
Definition at line 44 of file cd_win.c.
Referenced by CDAudio_Play(), and CDAudio_RandomPlay().
|
static |
Definition at line 37 of file cd_win.c.
Referenced by CDAudio_GetAudioDiskInfo(), CDAudio_Play2(), and CDAudio_RandomPlay().
Definition at line 29 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
Definition at line 33 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
|
static |
Definition at line 36 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
|
static |
Definition at line 34 of file cd_win.c.
Referenced by CDAudio_Play2(), and CDAudio_RandomPlay().
Definition at line 30 of file cd_win.c.
Referenced by CDAudio_RandomPlay().
UINT wDeviceID |
Definition at line 43 of file cd_win.c.
Referenced by CDAudio_CloseDoor(), CDAudio_Eject(), CDAudio_GetAudioDiskInfo(), CDAudio_Play2(), and CDAudio_RandomPlay().