Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineVoice
Description
This can be used to get arbitrarily tap outgoing microphone audio from local players to use elsewhere in your application. for information on usage, see MultithreadedPatching.h.
| Name | GetMicrophoneOutput |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include Path | #include "Interfaces/VoiceInterface.h" |
virtual Audio::FPatchOutputStrongPtr GetMicrophoneOutput()
nullptr if the VoiceEngine implementation being used does not support tapping audio output from the microphone.