|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <setupapi.h>#include <ks.h>#include <ksmedia.h>#include <mmsystem.h>#include <mmreg.h>
Go to the source code of this file.
Functions | |
| DWORD WINAPI | MixerThread (LPVOID Parameter) |
| VOID | test () |
| void | printMixerLine (LPMIXERLINEW MixerLine, IN ULONG MixerIndex) |
| int | main (int argc, char **argv) |
Variables | |
| HMIXER | hMixer |
| HANDLE | hThread |
| HWND | hwnd |
Definition at line 160 of file test.c.
| void printMixerLine | ( | LPMIXERLINEW | MixerLine, |
| IN ULONG | MixerIndex | ||
| ) |
Definition at line 70 of file test.c.
Referenced by main().
| VOID test | ( | ) |
Definition at line 34 of file test.c.
Referenced by main().
| HMIXER hMixer |
Definition at line 10 of file test.c.
Referenced by Control(), EventCallback(), MixerThread(), MMixerAddMixerControl(), MMixerAddMixerControlsToDestinationLine(), MMixerAddMixerControlsToMixerLineByNodeIndexArray(), MMixerAddMixerSourceLines(), MMixerApplyOutputFilterHack(), MMixerBuildMixerDestinationLine(), MMixerBuildMixerSourceLine(), MMixerGetChannelCountEnhanced(), MMixerGetChannelCountLegacy(), MMixerGetComponentAndTargetType(), MMixerGetDeviceNameWithComponentId(), MMixerGetFilterPinCount(), MMixerGetFilterTopologyProperty(), MMixerGetMaxChannelsForNode(), MMixerGetPhysicalConnection(), MMixerGetPinName(), MMixerInitialize(), MMixerSetGetControlDetails(), printMixerLine(), SndMixerEnumProducts(), test(), WdmAudControlOpenMixer(), WdmAudGetControlDetails(), WdmAudGetLineControls(), WdmAudGetLineInfo(), WdmAudQueryMixerInfoByMMixer(), and WdmAudSetControlDetails().