Navigation
API > API/Plugins > API/Plugins/AudioCaptureTimecodeProvider
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTimecodeProvider
- UGenlockedTimecodeProvider
- UAudioCaptureTimecodeProvider
References
| Module | AudioCaptureTimecodeProvider |
| Header | /Engine/Plugins/Media/AudioCaptureTimecodeProvider/Source/AudioCaptureTimecodeProvider/Public/AudioCaptureTimecodeProvider.h |
| Include | #include "AudioCaptureTimecodeProvider.h" |
Syntax
UCLASS&40;Blueprintable, EditInlineNew&41;
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 |
Overridden from UTimecodeProvider
| Type | Name | Description | |
|---|---|---|---|
| bool | FetchTimecode
(
FQualifiedFrameTime& OutFrameTime |
Fetch current timecode from its source. | |
| ETimecodeProviderSynchronizationState | The state of the TimecodeProvider and if it's currently synchronized and the Timecode and FrameRate getters are valid. | ||
| bool | Initialize
(
UEngine* InEngine |
This Provider became the Engine's Provider. | |
| void | This Provider stopped being the Engine's Provider. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLinearTimecodeAudioCaptureCustomTimeStepImplementation |