FAudioCapture::OpenCaptureStream

Opens the audio capture stream with the given parameters.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioCaptureCore

Header

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

Include

#include "AudioCaptureCore.h"

Source

/Engine/Source/Runtime/AudioCaptureCore/Private/AudioCaptureCore.cpp

Syntax

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

Remarks

Opens the audio capture stream with the given parameters.