IAudioCaptureStream::OnAudioCapture

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

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss