ReactOS 0.4.15-dev-7093-g01a8288
|
#include <mmebuddy.h>
Public Attributes | |
struct _SOUND_DEVICE_INSTANCE * | Next |
struct _SOUND_DEVICE * | Device |
PVOID | Handle |
struct _SOUND_THREAD * | Thread |
struct { | |
HDRVR Handle | |
DWORD Flags | |
DWORD_PTR ClientCallback | |
DWORD_PTR ClientCallbackInstanceData | |
} | WinMM |
union { | |
PWAVEHDR HeadWaveHeader | |
}; | |
union { | |
PWAVEHDR TailWaveHeader | |
}; | |
PWAVEHDR | WaveLoopStart |
DWORD | OutstandingBuffers |
DWORD | LoopsRemaining |
DWORD | FrameSize |
DWORD | BufferCount |
WAVEFORMATEX | WaveFormatEx |
HANDLE | hNotifyEvent |
HANDLE | hStopEvent |
HANDLE | hResetEvent |
BOOL | ResetInProgress |
BOOL | bPaused |
Definition at line 267 of file mmebuddy.h.
union { ... } _SOUND_DEVICE_INSTANCE::@3461 |
union { ... } _SOUND_DEVICE_INSTANCE::@3463 |
BOOL _SOUND_DEVICE_INSTANCE::bPaused |
Definition at line 306 of file mmebuddy.h.
Referenced by EnqueueWaveHeader(), and MmeSetState().
DWORD _SOUND_DEVICE_INSTANCE::BufferCount |
Definition at line 300 of file mmebuddy.h.
Referenced by AllocateSoundDeviceInstance().
DWORD_PTR _SOUND_DEVICE_INSTANCE::ClientCallback |
Definition at line 279 of file mmebuddy.h.
DWORD_PTR _SOUND_DEVICE_INSTANCE::ClientCallbackInstanceData |
Definition at line 280 of file mmebuddy.h.
struct _SOUND_DEVICE* _SOUND_DEVICE_INSTANCE::Device |
Definition at line 270 of file mmebuddy.h.
DWORD _SOUND_DEVICE_INSTANCE::Flags |
Definition at line 278 of file mmebuddy.h.
DWORD _SOUND_DEVICE_INSTANCE::FrameSize |
Definition at line 299 of file mmebuddy.h.
Referenced by AllocateSoundDeviceInstance().
PVOID _SOUND_DEVICE_INSTANCE::Handle |
Definition at line 271 of file mmebuddy.h.
HDRVR _SOUND_DEVICE_INSTANCE::Handle |
Definition at line 277 of file mmebuddy.h.
PWAVEHDR _SOUND_DEVICE_INSTANCE::HeadWaveHeader |
Definition at line 287 of file mmebuddy.h.
Referenced by EnqueueWaveHeader().
HANDLE _SOUND_DEVICE_INSTANCE::hNotifyEvent |
Definition at line 302 of file mmebuddy.h.
HANDLE _SOUND_DEVICE_INSTANCE::hResetEvent |
Definition at line 304 of file mmebuddy.h.
HANDLE _SOUND_DEVICE_INSTANCE::hStopEvent |
Definition at line 303 of file mmebuddy.h.
DWORD _SOUND_DEVICE_INSTANCE::LoopsRemaining |
Definition at line 298 of file mmebuddy.h.
struct _SOUND_DEVICE_INSTANCE* _SOUND_DEVICE_INSTANCE::Next |
Definition at line 269 of file mmebuddy.h.
Referenced by DestroyAllSoundDeviceInstances(), IsValidSoundDeviceInstance(), and UnlistSoundDeviceInstance().
DWORD _SOUND_DEVICE_INSTANCE::OutstandingBuffers |
Definition at line 297 of file mmebuddy.h.
Referenced by CompleteIO().
BOOL _SOUND_DEVICE_INSTANCE::ResetInProgress |
Definition at line 305 of file mmebuddy.h.
PWAVEHDR _SOUND_DEVICE_INSTANCE::TailWaveHeader |
Definition at line 292 of file mmebuddy.h.
Referenced by EnqueueWaveHeader().
struct _SOUND_THREAD* _SOUND_DEVICE_INSTANCE::Thread |
Definition at line 272 of file mmebuddy.h.
WAVEFORMATEX _SOUND_DEVICE_INSTANCE::WaveFormatEx |
Definition at line 301 of file mmebuddy.h.
PWAVEHDR _SOUND_DEVICE_INSTANCE::WaveLoopStart |
Definition at line 295 of file mmebuddy.h.
struct { ... } _SOUND_DEVICE_INSTANCE::WinMM |