#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "Misc/FrameRate.h"
#include "Misc/Timecode.h"
#include "Misc/QualifiedFrameTime.h"
#include "TimecodeProvider.generated.h"
Go to the source code of this file.
◆ ETimecodeProviderSynchronizationState
Possible states of TimecodeProvider.
| Enumerator |
|---|
| Closed | TimecodeProvider has not been initialized or has been shutdown.
|
| Error | Unrecoverable error occurred during Synchronization.
|
| Synchronized | TimecodeProvider is currently synchronized with the source.
|
| Synchronizing | TimecodeProvider is initialized and being prepared for synchronization.
|