Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetLocalEffectsState method retrieves the local effects state that is currently applied to the offloaded audio stream.
Syntax
HRESULT GetLocalEffectsState(
[out] BOOL *pbEnabled
);
Parameters
[out] pbEnabled
A pointer to the Boolean variable that indicates the state of the local effects that have been applied to the offloaded audio stream. A value of TRUE indicates that local effects have been enabled and applied to the stream. A value of FALSE indicates that local effects have been disabled.
Return value
The GetLocalEffectsState method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | audioengineendpoint.h |