Navigation
API > API/Runtime > API/Runtime/Engine
Possible states of TimecodeProvider.
| Name | ETimecodeProviderSynchronizationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TimecodeProvider.h |
| Include Path | #include "Engine/TimecodeProvider.h" |
Syntax
enum ETimecodeProviderSynchronizationState
{
Closed,
Error,
Synchronized,
Synchronizing,
}
Values
| Name | Remarks |
|---|---|
| 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. |