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