|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IDirectMusicPerformance8 | IDirectMusicPerformance8_iface |
| IDirectMusicGraph | IDirectMusicGraph_iface |
| IDirectMusicTool | IDirectMusicTool_iface |
| LONG | ref |
| IDirectMusic * | dmusic |
| IDirectSound * | dsound |
| IDirectMusicGraph * | pToolGraph |
| BOOL | fAutoDownload |
| char | cMasterGrooveLevel |
| float | fMasterTempo |
| long | lMasterVolume |
| struct wine_rb_tree | channel_blocks |
| BOOL | audio_paths_enabled |
| IDirectMusicAudioPath * | pDefaultPath |
| REFERENCE_TIME | latency_offset |
| DWORD | dwBumperLength |
| DWORD | dwPrepareTime |
| HANDLE | message_thread |
| CRITICAL_SECTION | safe |
| CONDITION_VARIABLE | cond |
| IReferenceClock * | master_clock |
| REFERENCE_TIME | init_time |
| struct list | messages |
| struct list | notifications |
| REFERENCE_TIME | notification_timeout |
| HANDLE | notification_event |
| BOOL | notification_performance |
| BOOL | notification_segment |
| IDirectMusicSegment * | primary_segment |
| IDirectMusicSegment * | control_segment |
Definition at line 49 of file performance.c.
| BOOL performance::audio_paths_enabled |
Definition at line 65 of file performance.c.
| struct wine_rb_tree performance::channel_blocks |
Definition at line 63 of file performance.c.
Referenced by perf_dmport_create().
| char performance::cMasterGrooveLevel |
Definition at line 59 of file performance.c.
| CONDITION_VARIABLE performance::cond |
Definition at line 73 of file performance.c.
| IDirectMusicSegment* performance::control_segment |
Definition at line 86 of file performance.c.
| IDirectMusic* performance::dmusic |
Definition at line 55 of file performance.c.
Referenced by perf_dmport_create(), performance_Init(), performance_init_dmusic(), and performance_InitAudio().
| IDirectSound* performance::dsound |
Definition at line 56 of file performance.c.
Referenced by perf_dmport_create(), performance_get_dsound(), performance_Init(), performance_init_dmusic(), performance_init_dsound(), and performance_InitAudio().
| DWORD performance::dwBumperLength |
Definition at line 68 of file performance.c.
| DWORD performance::dwPrepareTime |
Definition at line 69 of file performance.c.
| BOOL performance::fAutoDownload |
Definition at line 58 of file performance.c.
| float performance::fMasterTempo |
Definition at line 60 of file performance.c.
| IDirectMusicGraph performance::IDirectMusicGraph_iface |
Definition at line 52 of file performance.c.
Referenced by impl_from_IDirectMusicGraph().
| IDirectMusicPerformance8 performance::IDirectMusicPerformance8_iface |
Definition at line 51 of file performance.c.
Referenced by impl_from_IDirectMusicPerformance8(), and unsafe_impl_from_IDirectMusicPerformance8().
| IDirectMusicTool performance::IDirectMusicTool_iface |
Definition at line 53 of file performance.c.
Referenced by impl_from_IDirectMusicTool().
| REFERENCE_TIME performance::init_time |
Definition at line 76 of file performance.c.
| REFERENCE_TIME performance::latency_offset |
Definition at line 67 of file performance.c.
| long performance::lMasterVolume |
Definition at line 61 of file performance.c.
| IReferenceClock* performance::master_clock |
Definition at line 75 of file performance.c.
| HANDLE performance::message_thread |
Definition at line 71 of file performance.c.
Definition at line 77 of file performance.c.
| HANDLE performance::notification_event |
Definition at line 81 of file performance.c.
Referenced by performance_SetNotificationHandle().
| BOOL performance::notification_performance |
Definition at line 82 of file performance.c.
| BOOL performance::notification_segment |
Definition at line 83 of file performance.c.
| REFERENCE_TIME performance::notification_timeout |
Definition at line 80 of file performance.c.
Definition at line 79 of file performance.c.
| IDirectMusicAudioPath* performance::pDefaultPath |
Definition at line 66 of file performance.c.
| IDirectMusicSegment* performance::primary_segment |
Definition at line 85 of file performance.c.
| IDirectMusicGraph* performance::pToolGraph |
Definition at line 57 of file performance.c.
| LONG performance::ref |
Definition at line 54 of file performance.c.
Referenced by performance_AddRef(), and performance_Release().
| CRITICAL_SECTION performance::safe |
Definition at line 72 of file performance.c.