Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioCapture/Source/AudioCapture/Public/AudioCaptureBlueprintLibrary.h |
Include |
#include "AudioCaptureBlueprintLibrary.h" |
USTRUCT(BlueprintType)
struct FAudioInputDeviceInfo
Platform audio input device info, in a Blueprint-readable format
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bSupportsHardwareAEC |
Whether or not the device supports Acoustic Echo Canceling |
|
DeviceId |
ID of the device. |
|
|
DeviceName |
The name of the audio device |
|
|
InputChannels |
The number of channels supported by the audio device |
|
|
PreferredSampleRate |
The preferred sample rate of the audio device |
Name | Description | |
---|---|---|
|
FAudioInputDeviceInfo() |
|
|
FAudioInputDeviceInfo ( |