UMediaBlueprintFunctionLibrary::EnumerateAudioCaptureDevices

Enumerate available audio capture devices.

Windows
MacOS
Linux

References

Module

MediaAssets

Header

/Engine/Source/Runtime/MediaAssets/Public/Misc/MediaBlueprintFunctionLibrary.h

Include

#include "Misc/MediaBlueprintFunctionLibrary.h"

Source

/Engine/Source/Runtime/MediaAssets/Private/Misc/MediaBlueprintFunctionLibrary.cpp

Syntax

static void EnumerateAudioCaptureDevices
(
    TArray< FMediaCaptureDevice > & OutDevices,
    int32 Filter
)

Remarks

Enumerate available audio capture devices.

To filter for a specific subset of devices, use the MakeBitmask node with EMediaAudioCaptureDeviceFilter as the Bitmask Enum.

Parameters

Parameter

Description

OutDevices

Will contain the available capture devices.

Filter

The types of capture devices to return (-1 = all).

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