Navigation
API > API/Plugins > API/Plugins/AudioCaptureEditor
References
| Module | AudioCaptureEditor |
| Header | /Engine/Plugins/Runtime/AudioCapture/Source/AudioCaptureEditor/Public/AudioCaptureEditorTypes.h |
| Include | #include "AudioCaptureEditorTypes.h" |
Syntax
struct FTakeRecorderAudioSourceSettings
Remarks
Take Recorder version of the audio source settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetName | Name of the asset. | |
| FDirectoryPath | Directory | Directory to create the asset within (empty for transient package) | |
| float | GainDb | Gain in decibels of the output asset. | |
| int32 | InputChannelNumber | The channel number of the selected audio device to use for recording. | |
| FTimecode | StartTimecode | The timecode position for this recording | |
| FFrameRate | VideoFrameRate | The video frame rate used during this recording |