Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.75 KB

nf-audioengineendpoint-iaudiolfxcontrol-getlocaleffectsstate.md

File metadata and controls

67 lines (56 loc) · 2.75 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:audioengineendpoint.IAudioLfxControl.GetLocalEffectsState
IAudioLfxControl::GetLocalEffectsState (audioengineendpoint.h)
The GetLocalEffectsState method retrieves the local effects state that is currently applied to the offloaded audio stream.
GetLocalEffectsState
GetLocalEffectsState method [Core Audio]
GetLocalEffectsState method [Core Audio]
IAudioLfxControl interface
IAudioLfxControl interface [Core Audio]
GetLocalEffectsState method
IAudioLfxControl.GetLocalEffectsState
IAudioLfxControl::GetLocalEffectsState
audioengineendpoint/IAudioLfxControl::GetLocalEffectsState
coreaudio.iaudiolfxcontrol_getlocaleffectsstate
coreaudio\iaudiolfxcontrol_getlocaleffectsstate.htm
CoreAudio
33426EAC-13E6-4AF2-9D01-7C3057EB8104
12/05/2018
GetLocalEffectsState, GetLocalEffectsState method [Core Audio], GetLocalEffectsState method [Core Audio],IAudioLfxControl interface, IAudioLfxControl interface [Core Audio],GetLocalEffectsState method, IAudioLfxControl.GetLocalEffectsState, IAudioLfxControl::GetLocalEffectsState, audioengineendpoint/IAudioLfxControl::GetLocalEffectsState, coreaudio.iaudiolfxcontrol_getlocaleffectsstate
audioengineendpoint.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
IAudioLfxControl::GetLocalEffectsState
audioengineendpoint/IAudioLfxControl::GetLocalEffectsState
c++
APIRef
kbSyntax
COM
Audioengineendpoint.h
IAudioLfxControl.GetLocalEffectsState

IAudioLfxControl::GetLocalEffectsState

-description

The GetLocalEffectsState method retrieves the local effects state that is currently applied to the offloaded audio stream.

-parameters

-param pbEnabled [out]

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.

-returns

The GetLocalEffectsState method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.

-see-also

IAudioLfxControl