Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 2.39 KB

ksproperty-audioengine-gfx-enable.md

File metadata and controls

95 lines (68 loc) · 2.39 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
KSPROPERTY\_AUDIOENGINE\_GFXENABLE
The KSPROPERTY\_AUDIOENGINE\_GFXENABLE property request allows the audio driver to retrieve or alter the state of the audio engine node, regarding its global effect processing abilities.
KSPROPERTY_AUDIOENGINE_GFXENABLE Audio Devices
apiref
reference
KSPROPERTY_AUDIOENGINE_GFXENABLE
Ksmedia.h
HeaderDef
03/06/2023

KSPROPERTY_AUDIOENGINE_GFXENABLE

The KSPROPERTY_AUDIOENGINE_GFXENABLE property request allows the audio driver to retrieve or alter the state of the audio engine node, regarding its global effect processing abilities.

Usage Summary Table

Get Set Target Property descriptor type Property value type

Yes

Yes

Node via filter

KSP_NODE

BOOL

The property value is of type BOOL and indicates whether global effect processing in the audio engine node is enabled. A value of TRUE indicates that processing is enabled. FALSE indicates that it is disabled.

Return Value

The KSPROPERTY_AUDIOENGINE_GFXENABLE property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.

Requirements

Version

Windows 8

Header

Ksmedia.h

See also

KSPROPERTY_AUDIOENGINE

KSPROPERTY_AUDIOENGINE_LFXENABLE