IAudioCaptureStream::OnAudioCapture

This is the callback for querying audio from the input device.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioCaptureCore

Header

/Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureDeviceInterface.h

Include

#include "AudioCaptureDeviceInterface.h"

Syntax

void OnAudioCapture
(
    void * InBuffer,
    uint32 InBufferFrames,
    double StreamTime,
    bool bOverflow
)

Remarks

This is the callback for querying audio from the input device.