ReactOS 0.4.16-dev-106-g10b08aa
|
Public Attributes | |
UINT | wDevID |
int | nUseCount |
BOOL | fShareable |
MCIDEVICEID | wNotifyDeviceID |
HANDLE | hCallback |
DWORD | dwTimeFormat |
HANDLE | handle |
HANDLE | hThread |
HANDLE | stopEvent |
DWORD | start |
DWORD | end |
IDirectSound * | dsObj |
IDirectSoundBuffer * | dsBuf |
CRITICAL_SECTION | cs |
CRITICAL_SECTION WINE_MCICDAUDIO::cs |
Definition at line 74 of file mcicda.c.
Referenced by MCICDA_drvClose(), MCICDA_drvOpen(), and MCICDA_playLoop().
IDirectSoundBuffer* WINE_MCICDAUDIO::dsBuf |
Definition at line 72 of file mcicda.c.
Referenced by MCICDA_GetStatus(), MCICDA_Pause(), MCICDA_Play(), MCICDA_playLoop(), MCICDA_Resume(), and MCICDA_Stop().
IDirectSound* WINE_MCICDAUDIO::dsObj |
Definition at line 71 of file mcicda.c.
Referenced by MCICDA_Play(), and MCICDA_Stop().
DWORD WINE_MCICDAUDIO::dwTimeFormat |
Definition at line 63 of file mcicda.c.
Referenced by MCICDA_CalcFrame(), MCICDA_Open(), MCICDA_Set(), and MCICDA_Status().
DWORD WINE_MCICDAUDIO::end |
Definition at line 69 of file mcicda.c.
Referenced by MCICDA_Play(), and MCICDA_playLoop().
BOOL WINE_MCICDAUDIO::fShareable |
Definition at line 60 of file mcicda.c.
Referenced by MCICDA_Open().
HANDLE WINE_MCICDAUDIO::handle |
Definition at line 64 of file mcicda.c.
Referenced by MCICDA_CalcFrame(), MCICDA_CalcTime(), MCICDA_Close(), MCICDA_GetStatus(), MCICDA_Info(), MCICDA_Open(), MCICDA_Pause(), MCICDA_Play(), MCICDA_playLoop(), MCICDA_ReadTOC(), MCICDA_Resume(), MCICDA_Seek(), MCICDA_SetDoor(), MCICDA_Status(), and MCICDA_Stop().
HANDLE WINE_MCICDAUDIO::hCallback |
Definition at line 62 of file mcicda.c.
Referenced by MCICDA_Notify(), MCICDA_Pause(), MCICDA_Play(), and MCICDA_Stop().
HANDLE WINE_MCICDAUDIO::hThread |
Definition at line 67 of file mcicda.c.
Referenced by MCICDA_GetStatus(), MCICDA_Pause(), MCICDA_Play(), MCICDA_Resume(), and MCICDA_Stop().
int WINE_MCICDAUDIO::nUseCount |
Definition at line 59 of file mcicda.c.
Referenced by MCICDA_Close(), MCICDA_GetOpenDrv(), and MCICDA_Open().
DWORD WINE_MCICDAUDIO::start |
Definition at line 69 of file mcicda.c.
Referenced by MCICDA_Play(), and MCICDA_playLoop().
HANDLE WINE_MCICDAUDIO::stopEvent |
Definition at line 68 of file mcicda.c.
Referenced by MCICDA_GetStatus(), MCICDA_Pause(), MCICDA_Play(), MCICDA_playLoop(), MCICDA_Resume(), and MCICDA_Stop().
UINT WINE_MCICDAUDIO::wDevID |
Definition at line 58 of file mcicda.c.
Referenced by MCICDA_drvOpen().
MCIDEVICEID WINE_MCICDAUDIO::wNotifyDeviceID |
Definition at line 61 of file mcicda.c.
Referenced by MCICDA_Notify(), MCICDA_Open(), MCICDA_Pause(), MCICDA_Play(), and MCICDA_Stop().