Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
Syntax
const TCHAR *const NeedsMediaLocalTime
Remarks
FVariant(bool) : true - media local time needed in decode options, false - not needed
The decoder may need to media local time in addition to the absolute decoding time. This is primarily used for subtitle decoders in multiperiod content in which the subtitle timing starts at zero for each period. If local time is required it must be passed as an additional option to DecodeAccessUnit() (see IElectraDecoderOption::MediaLocalTime)