Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/IAudioEndpoint
References
Module | AudioExtensions |
Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioEndpoint.h |
Include | #include "IAudioEndpoint.h" |
Source | /Engine/Source/Runtime/AudioExtensions/Private/IAudioEndpoint.cpp |
void PollSettings
&40;
TFunctionRef< void(const IAudioEndpointSettingsProxy &42;)> NewSettingsRetrieved
&41;
Remarks
Use this as a thread safe way to use the current settings posted to this IAudioEndpoint. Locks with IAudioEndpoint::SetSettings.
Parameters
Name | Description |
---|---|
NewSettingsRetrieved | lambda used to work with the retrieved settings. This lambda is called immediately and synchronously, but is used to safely scope usage of the IAudioEndpointSettingsProxy pointer. |