Navigation
API > API/Plugins > API/Plugins/AudioCaptureEditor
Sequencer version of the audio device info.
| Name | FTakeRecorderAudioDeviceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioCapture/Source/AudioCaptureEditor/Public/AudioCaptureEditorTypes.h |
| Include Path | #include "AudioCaptureEditorTypes.h" |
Syntax
struct FTakeRecorderAudioDeviceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceId | FString | The unique identifier for this device | AudioCaptureEditorTypes.h | |
| DeviceName | FString | The name for this audio device | AudioCaptureEditorTypes.h | |
| InputChannels | int32 | The number of input channels this device is capable of capturing | AudioCaptureEditorTypes.h | |
| PreferredSampleRate | int32 | The preferred sample rate for this device | AudioCaptureEditorTypes.h |