Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- IAudioMixer
- FVoiceEndpoint
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/VoiceEngineImpl.h |
| Include | #include "VoiceEngineImpl.h" |
Syntax
class FVoiceEndpoint : private Audio::IAudioMixer
Remarks
Small class that manages an audio endpoint. Used in FVoiceEngineImpl.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVoiceEndpoint
(
const FString& InEndpointName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PatchInOutput
(
Audio::FPatchOutputStrongPtr& InOutput |
Overridden from IAudioMixer
| Type | Name | Description | |
|---|---|---|---|
| void | Called when audio render thread stream is shutting down. | ||
| bool | OnProcessAudioStream
(
Audio::AlignedFloatBuffer& OutputBuffer |
Callback to generate a new audio stream buffer. |