ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
ULONG | MMixerGetFilterPinCount (IN PMIXER_CONTEXT MixerContext, IN HANDLE hMixer) |
MIXER_STATUS | MMixerGetFilterTopologyProperty (IN PMIXER_CONTEXT MixerContext, IN HANDLE hMixer, IN ULONG PropertyId, OUT PKSMULTIPLE_ITEM *OutMultipleItem) |
MIXER_STATUS | MMixerGetPhysicalConnection (IN PMIXER_CONTEXT MixerContext, IN HANDLE hMixer, IN ULONG PinId, OUT PKSPIN_PHYSICALCONNECTION *OutConnection) |
ULONG | MMixerGetControlTypeFromTopologyNode (IN LPGUID NodeType) |
MIXER_STATUS | MMixerSetGetControlDetails (IN PMIXER_CONTEXT MixerContext, IN HANDLE hMixer, IN ULONG NodeId, IN ULONG bSet, IN ULONG PropertyId, IN ULONG Channel, IN PLONG InputValue) |
ULONG | MMixerGetPinInstanceCount (PMIXER_CONTEXT MixerContext, HANDLE hFilter, ULONG PinId) |
Definition at line 139 of file filter.c.
Referenced by MMixerAddMixerControl().
ULONG MMixerGetFilterPinCount | ( | IN PMIXER_CONTEXT | MixerContext, |
IN HANDLE | hMixer | ||
) |
Definition at line 15 of file filter.c.
Referenced by MMixerBuildTopology().
MIXER_STATUS MMixerGetFilterTopologyProperty | ( | IN PMIXER_CONTEXT | MixerContext, |
IN HANDLE | hMixer, | ||
IN ULONG | PropertyId, | ||
OUT PKSMULTIPLE_ITEM * | OutMultipleItem | ||
) |
Definition at line 39 of file filter.c.
Referenced by MMixerBuildTopology().
MIXER_STATUS MMixerGetPhysicalConnection | ( | IN PMIXER_CONTEXT | MixerContext, |
IN HANDLE | hMixer, | ||
IN ULONG | PinId, | ||
OUT PKSPIN_PHYSICALCONNECTION * | OutConnection | ||
) |
Definition at line 91 of file filter.c.
Referenced by MMixerApplyOutputFilterHack(), MMixerGetComponentAndTargetType(), and MMixerInitializeFilter().
ULONG MMixerGetPinInstanceCount | ( | PMIXER_CONTEXT | MixerContext, |
HANDLE | hFilter, | ||
ULONG | PinId | ||
) |
Definition at line 259 of file filter.c.
MIXER_STATUS MMixerSetGetControlDetails | ( | IN PMIXER_CONTEXT | MixerContext, |
IN HANDLE | hMixer, | ||
IN ULONG | NodeId, | ||
IN ULONG | bSet, | ||
IN ULONG | PropertyId, | ||
IN ULONG | Channel, | ||
IN PLONG | InputValue | ||
) |
Definition at line 214 of file filter.c.
Referenced by MMixerSetGetMuteControlDetails(), and MMixerSetGetVolumeControlDetails().