ReactOS 0.4.16-dev-340-g0540c21
|
#include <mciqtz_private.h>
Public Attributes | |
MCIDEVICEID | wDevID |
BOOL | opened |
BOOL | uninit |
IGraphBuilder * | pgraph |
IMediaControl * | pmctrl |
IMediaSeeking * | seek |
IMediaEvent * | mevent |
IVideoWindow * | vidwin |
IBasicVideo * | vidbasic |
IBasicAudio * | audio |
DWORD | time_format |
DWORD | mci_flags |
REFERENCE_TIME | seek_start |
REFERENCE_TIME | seek_stop |
UINT | command_table |
HWND | parent |
MCIDEVICEID | notify_devid |
HANDLE | callback |
HANDLE | thread |
HANDLE | stop_event |
Definition at line 28 of file mciqtz_private.h.
IBasicAudio* WINE_MCIQTZ::audio |
Definition at line 38 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), and MCIQTZ_mciSetAudio().
HANDLE WINE_MCIQTZ::callback |
Definition at line 46 of file mciqtz_private.h.
Referenced by MCIQTZ_mciNotify(), MCIQTZ_mciPlay(), and MCIQTZ_notifyThread().
UINT WINE_MCIQTZ::command_table |
Definition at line 43 of file mciqtz_private.h.
Referenced by MCIQTZ_drvClose(), and MCIQTZ_drvOpen().
DWORD WINE_MCIQTZ::mci_flags |
Definition at line 40 of file mciqtz_private.h.
Referenced by MCIQTZ_mciPlay(), and MCIQTZ_notifyThread().
IMediaEvent* WINE_MCIQTZ::mevent |
Definition at line 35 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), and MCIQTZ_notifyThread().
MCIDEVICEID WINE_MCIQTZ::notify_devid |
Definition at line 45 of file mciqtz_private.h.
Referenced by MCIQTZ_mciNotify(), MCIQTZ_mciPlay(), and MCIQTZ_notifyThread().
BOOL WINE_MCIQTZ::opened |
Definition at line 30 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), and MCIQTZ_mciStop().
HWND WINE_MCIQTZ::parent |
Definition at line 44 of file mciqtz_private.h.
Referenced by MCIQTZ_mciOpen(), MCIQTZ_mciStop(), MCIQTZ_mciUpdate(), and MCIQTZ_mciWindow().
IGraphBuilder* WINE_MCIQTZ::pgraph |
Definition at line 32 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), and MCIQTZ_mciOpen().
IMediaControl* WINE_MCIQTZ::pmctrl |
Definition at line 33 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), MCIQTZ_mciPause(), MCIQTZ_mciPlay(), MCIQTZ_mciResume(), MCIQTZ_mciStatus(), MCIQTZ_mciUpdate(), and MCIQTZ_notifyThread().
IMediaSeeking* WINE_MCIQTZ::seek |
Definition at line 34 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), MCIQTZ_mciPlay(), MCIQTZ_mciSeek(), MCIQTZ_mciStatus(), and MCIQTZ_notifyThread().
REFERENCE_TIME WINE_MCIQTZ::seek_start |
Definition at line 41 of file mciqtz_private.h.
Referenced by MCIQTZ_mciPlay(), and MCIQTZ_notifyThread().
REFERENCE_TIME WINE_MCIQTZ::seek_stop |
Definition at line 42 of file mciqtz_private.h.
Referenced by MCIQTZ_mciPlay(), and MCIQTZ_notifyThread().
HANDLE WINE_MCIQTZ::stop_event |
Definition at line 48 of file mciqtz_private.h.
Referenced by MCIQTZ_drvClose(), MCIQTZ_drvOpen(), MCIQTZ_mciPlay(), MCIQTZ_mciStop(), and MCIQTZ_notifyThread().
HANDLE WINE_MCIQTZ::thread |
Definition at line 47 of file mciqtz_private.h.
Referenced by MCIQTZ_mciPlay(), MCIQTZ_mciStatus(), and MCIQTZ_mciStop().
DWORD WINE_MCIQTZ::time_format |
Definition at line 39 of file mciqtz_private.h.
Referenced by MCIQTZ_mciSet(), and MCIQTZ_mciStatus().
BOOL WINE_MCIQTZ::uninit |
Definition at line 31 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), and MCIQTZ_mciOpen().
IBasicVideo* WINE_MCIQTZ::vidbasic |
Definition at line 37 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), MCIQTZ_mciUpdate(), and MCIQTZ_mciWhere().
IVideoWindow* WINE_MCIQTZ::vidwin |
Definition at line 36 of file mciqtz_private.h.
Referenced by MCIQTZ_mciClose(), MCIQTZ_mciOpen(), MCIQTZ_mciPlay(), MCIQTZ_mciPut(), MCIQTZ_mciStop(), MCIQTZ_mciUpdate(), MCIQTZ_mciWhere(), and MCIQTZ_mciWindow().
MCIDEVICEID WINE_MCIQTZ::wDevID |
Definition at line 29 of file mciqtz_private.h.
Referenced by MCIQTZ_drvOpen().