ReactOS 0.4.15-dev-7958-gcd0bb1a
WINE_MCICDAUDIO Struct Reference
Collaboration diagram for WINE_MCICDAUDIO:

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
 

Detailed Description

Definition at line 57 of file mcicda.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION WINE_MCICDAUDIO::cs

Definition at line 74 of file mcicda.c.

Referenced by MCICDA_drvClose(), MCICDA_drvOpen(), and MCICDA_playLoop().

◆ dsBuf

IDirectSoundBuffer* WINE_MCICDAUDIO::dsBuf

◆ dsObj

IDirectSound* WINE_MCICDAUDIO::dsObj

Definition at line 71 of file mcicda.c.

Referenced by MCICDA_Play(), and MCICDA_Stop().

◆ dwTimeFormat

DWORD WINE_MCICDAUDIO::dwTimeFormat

Definition at line 63 of file mcicda.c.

Referenced by MCICDA_CalcFrame(), MCICDA_Open(), MCICDA_Set(), and MCICDA_Status().

◆ end

DWORD WINE_MCICDAUDIO::end

Definition at line 69 of file mcicda.c.

Referenced by MCICDA_Play(), and MCICDA_playLoop().

◆ fShareable

BOOL WINE_MCICDAUDIO::fShareable

Definition at line 60 of file mcicda.c.

Referenced by MCICDA_Open().

◆ handle

◆ hCallback

HANDLE WINE_MCICDAUDIO::hCallback

Definition at line 62 of file mcicda.c.

Referenced by MCICDA_Notify(), MCICDA_Pause(), MCICDA_Play(), and MCICDA_Stop().

◆ hThread

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().

◆ nUseCount

int WINE_MCICDAUDIO::nUseCount

Definition at line 59 of file mcicda.c.

Referenced by MCICDA_Close(), MCICDA_GetOpenDrv(), and MCICDA_Open().

◆ start

DWORD WINE_MCICDAUDIO::start

Definition at line 69 of file mcicda.c.

Referenced by MCICDA_Play(), and MCICDA_playLoop().

◆ stopEvent

HANDLE WINE_MCICDAUDIO::stopEvent

◆ wDevID

UINT WINE_MCICDAUDIO::wDevID

Definition at line 58 of file mcicda.c.

Referenced by MCICDA_drvOpen().

◆ wNotifyDeviceID

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().


The documentation for this struct was generated from the following file: