Navigation
API > API/Plugins > API/Plugins/AudioCapture
Struct defining the time synth global quantization settings.
| Name | FAudioCaptureDeviceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioCapture/Source/AudioCapture/Public/AudioCapture.h |
| Include Path | #include "AudioCapture.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioCaptureDeviceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceName | FName | The name of the audio capture device. | AudioCapture.h |
|
| NumInputChannels | int32 | The number of input channels. | AudioCapture.h |
|
| SampleRate | int32 | The sample rate of the audio capture device. | AudioCapture.h |
|