ReactOS 0.4.16-dev-106-g10b08aa
|
#include <sndvol32.h>
Public Attributes | |
UINT | MixersCount |
HWND | hWndNotification |
UINT | MixerId |
HMIXER | hmx |
MIXERCAPS | Caps |
PSND_MIXER_DESTINATION | Lines |
Definition at line 98 of file sndvol32.h.
MIXERCAPS _SND_MIXER::Caps |
Definition at line 104 of file sndvol32.h.
Referenced by SndMixerGetDestinationCount(), SndMixerGetProductName(), SndMixerQueryDestinations(), and SndMixerSelect().
HMIXER _SND_MIXER::hmx |
Definition at line 103 of file sndvol32.h.
Referenced by SndMixerClose(), SndMixerEnumConnections(), SndMixerEnumLines(), SndMixerGetDestinationCount(), SndMixerGetLineByName(), SndMixerGetLineName(), SndMixerGetProductName(), SndMixerGetVolumeControlDetails(), SndMixerIsDisplayControl(), SndMixerQueryConnections(), SndMixerQueryControls(), SndMixerQueryDestinations(), SndMixerSelect(), and SndMixerSetVolumeControlDetails().
HWND _SND_MIXER::hWndNotification |
Definition at line 101 of file sndvol32.h.
Referenced by SndMixerCreate(), and SndMixerSelect().
PSND_MIXER_DESTINATION _SND_MIXER::Lines |
Definition at line 105 of file sndvol32.h.
Referenced by ClearMixerCache(), SndMixerEnumConnections(), SndMixerEnumLines(), SndMixerGetLineByName(), SndMixerGetLineName(), and SndMixerQueryDestinations().
UINT _SND_MIXER::MixerId |
Definition at line 102 of file sndvol32.h.
Referenced by EnumConnectionsCallback(), SndMixerClose(), SndMixerCreate(), SndMixerGetSelection(), and SndMixerSelect().
UINT _SND_MIXER::MixersCount |
Definition at line 100 of file sndvol32.h.
Referenced by SndMixerCreate(), SndMixerEnumProducts(), and SndMixerSelect().