Navigation
Unreal Engine C++ API Reference > Runtime > AudioCaptureCore
Type
typedef TFunction< void(const void *InAudio, int32 NumFrames, int32 NumChannels, int32 SampleRate, double StreamTime, bool bOverFlow)> FOnAudioCaptureFunction
References
Module | AudioCaptureCore |
Header | /Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureDeviceInterface.h |
Include | #include "AudioCaptureDeviceInterface.h" |
Remarks
Callable function type used for audio capture callbacks.