Navigation
API > API/Runtime > API/Runtime/AudioCaptureCore
| Name | FAudioCaptureDeviceParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureDeviceInterface.h |
| Include Path | #include "AudioCaptureDeviceInterface.h" |
Syntax
struct FAudioCaptureDeviceParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseHardwareAEC | bool | Set to true to use this device's built-in echo cancellation, if possible. | AudioCaptureDeviceInterface.h | |
| DeviceIndex | int32 | Set this to INDEX_NONE. | AudioCaptureDeviceInterface.h | |
| NumInputChannels | int32 | Number of input channels on the device available for recording audio. | AudioCaptureDeviceInterface.h | |
| PCMAudioEncoding | EPCMAudioEncoding | The bit depth to use when recording audio on this device. | AudioCaptureDeviceInterface.h | |
| SampleRate | int32 | The sample rate to use when recording audio on this device. | AudioCaptureDeviceInterface.h |