Navigation
API > API/Plugins > API/Plugins/AudioCaptureTimecodeProvider
Inheritance Hierarchy
- UTimecodeProvider
- UGenlockedTimecodeProvider
- UAudioCaptureTimecodeProvider
References
| Module | AudioCaptureTimecodeProvider |
| Header | /Engine/Plugins/Media/AudioCaptureTimecodeProvider/Source/AudioCaptureTimecodeProvider/Public/AudioCaptureTimecodeProvider.h |
| Include | #include "AudioCaptureTimecodeProvider.h" |
Syntax
UCLASS (Blueprintable, EditInlineNew)
class UAudioCaptureTimecodeProvider : public UGenlockedTimecodeProvider
Remarks
Read the LTC from the audio capture device.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AudioChannel | Index of the Channel to used for the capture. | |
| bool | bAssumeDropFrameFormat | When detecting the frame rate. Assume the frame rate is a drop frame format. | |
| bool | bDetectFrameRate | Detect the frame rate from the audio source. | |
| FFrameRate | FrameRate | Frame expected from the audio source. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAudioCaptureTimecodeProvider
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| bool | FetchTimecode
(
FQualifiedFrameTime& OutFrameTime |
||
| ETimecodeProviderSynchronizationState | |||
| bool | Initialize
(
UEngine* InEngine |
||
| void | Shutdown
(
UEngine* InEngine |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLinearTimecodeAudioCaptureCustomTimeStepImplementation |