ETimecodeSynchronizationSyncMode

Defines the various modes that the synchronizer can use to try and achieve synchronization.

Windows
MacOS
Linux

References

Module

TimecodeSynchronizer

Header

/Engine/Plugins/Media/TimecodeSynchronizer/Source/TimecodeSynchronizer/Public/TimecodeSynchronizer.h

Include

#include "TimecodeSynchronizer.h"

Syntax

enum ETimecodeSynchronizationSyncMode
{
    UserDefinedOffset,
    Auto,
    AutoOldest,
}

Values

Name

Description

UserDefinedOffset

User will specify an offset (number of frames) from the Timecode Source (see ETimecodeSycnrhonizationTimecodeType).

Auto

Engine will try and automatically determine an appropriate offset based on what frames are available on the given sources.

AutoOldest

The same as Auto except that instead of trying to find a suitable timecode nearest to the newest common frame, we try to find a suitable timecode nearest to the oldest common frame.

Remarks

Defines the various modes that the synchronizer can use to try and achieve synchronization.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss