KSPROPERTY_AUDIOENGINE_LFXENABLE
The KSPROPERTY_AUDIOENGINE_LFXENABLE property request retrieves or alters the state of the audio engine node, regarding its local effect processing abilities.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
Yes |
Node via Pin instance |
KSP_NODE |
BOOL |
The property value is of type BOOL and indicates whether local effect processing on the specified stream is enabled. A value of TRUE indicates that processing is enabled. FALSE indicates that it is disabled.
Return Value
The KSPROPERTY_AUDIOENGINE_LFXENABLE 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 |