Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders
Syntax
const TCHAR *const DecodeTimeOffset
Remarks
FVariant(FTimespan) Time offset with which to feed decoder input earlier than indicated by the decode timestamp. This if typically used only by subtitle decoders that want an access unit to be fed only just in time. Such access units are sparse and should potentially not be fed ahead of time. The presence of this feature indicates the decoder wants to be provided with a new access unit only just in time with this value indicating how much earlier it wants it. Absence of this feature indicates no preference.