|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| MIXER_STATUS MMixerClose | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN ULONG | MixerId, | ||
| IN PVOID | MixerEventContext, | ||
| IN PMIXER_EVENT | MixerEventRoutine | ||
| ) |
Definition at line 115 of file mixer.c.
Referenced by WdmAudCloseAllMixers(), and WdmAudControlCloseMixer().
| MIXER_STATUS MMixerGetCapabilities | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN ULONG | MixerIndex, | ||
| OUT LPMIXERCAPSW | MixerCaps | ||
| ) |
Definition at line 38 of file mixer.c.
Referenced by WdmAudGetMixerCapabilities(), and WdmAudMixerCapabilities().
| MIXER_STATUS MMixerGetControlDetails | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN HANDLE | MixerHandle, | ||
| IN ULONG | MixerId, | ||
| IN ULONG | Flags, | ||
| OUT LPMIXERCONTROLDETAILS | MixerControlDetails | ||
| ) |
Definition at line 565 of file mixer.c.
Referenced by WdmAudGetControlDetails().
| ULONG MMixerGetCount | ( | IN PMIXER_CONTEXT | MixerContext | ) |
Definition at line 15 of file mixer.c.
Referenced by WdmAudGetMixerDeviceCount(), and WdmAudGetNumWdmDevsByMMixer().
| MIXER_STATUS MMixerGetLineControls | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN HANDLE | MixerHandle, | ||
| IN ULONG | MixerId, | ||
| IN ULONG | Flags, | ||
| OUT LPMIXERLINECONTROLSW | MixerLineControls | ||
| ) |
Definition at line 331 of file mixer.c.
Referenced by WdmAudGetLineControls().
| MIXER_STATUS MMixerGetLineInfo | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN HANDLE | MixerHandle, | ||
| IN ULONG | MixerId, | ||
| IN ULONG | Flags, | ||
| OUT LPMIXERLINEW | MixerLine | ||
| ) |
Definition at line 148 of file mixer.c.
Referenced by WdmAudGetLineInfo().
| MIXER_STATUS MMixerInitialize | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN PMIXER_ENUM | EnumFunction, | ||
| IN PVOID | EnumContext | ||
| ) |
Definition at line 768 of file mixer.c.
Referenced by WdmAudInitUserModeMixer(), and WdmAudMixerInitialize().
| MIXER_STATUS MMixerOpen | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN ULONG | MixerId, | ||
| IN PVOID | MixerEventContext, | ||
| IN PMIXER_EVENT | MixerEventRoutine, | ||
| OUT PHANDLE | MixerHandle | ||
| ) |
Definition at line 77 of file mixer.c.
Referenced by WdmAudControlOpenMixer(), and WdmAudSetMixerDeviceFormatByMMixer().
| VOID MMixerPrintMixerLineControls | ( | IN LPMIXERLINE_EXT | MixerLine | ) |
Definition at line 636 of file mixer.c.
Referenced by MMixerPrintMixers().
| VOID MMixerPrintMixers | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN PMIXER_LIST | MixerList | ||
| ) |
Definition at line 674 of file mixer.c.
| MIXER_STATUS MMixerSetControlDetails | ( | IN PMIXER_CONTEXT | MixerContext, |
| IN HANDLE | MixerHandle, | ||
| IN ULONG | MixerId, | ||
| IN ULONG | Flags, | ||
| OUT LPMIXERCONTROLDETAILS | MixerControlDetails | ||
| ) |
Definition at line 495 of file mixer.c.
Referenced by WdmAudSetControlDetails().