Navigation
API > API/Plugins > API/Plugins/AudioCapture
References
| Module | AudioCapture |
| Header | /Engine/Plugins/Runtime/AudioCapture/Source/AudioCapture/Public/AudioCaptureBlueprintLibrary.h |
| Include | #include "AudioCaptureBlueprintLibrary.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAudioInputDeviceInfo
Remarks
Platform audio input device info, in a Blueprint-readable format
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bSupportsHardwareAEC | Whether or not the device supports Acoustic Echo Canceling | |
| FString | DeviceId | ID of the device. | |
| FString | DeviceName | The name of the audio device | |
| int32 | InputChannels | The number of channels supported by the audio device | |
| int32 | PreferredSampleRate | The preferred sample rate of the audio device |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioInputDeviceInfo
(
const Audio::FCaptureDeviceInfo& InDeviceInfo |