IAudioCaptureStream::OpenCaptureStream

Opens the audio capture stream with the given parameters.

Windows
MacOS
Linux

References

Module

AudioCaptureCore

Header

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

Include

#include "AudioCaptureDeviceInterface.h"

Syntax

bool OpenCaptureStream
(
    const FAudioCaptureDeviceParams & InParams,
    FOnCaptureFunction InOnCapture,
    uint32 NumFramesDesired
)

Remarks

Opens the audio capture stream with the given parameters.

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