MoqInputSettings.onTimecode property
Called when a PRFT (Producer Reference Time) box is detected in an incoming CMAF segment. Carries the NTP wall-clock timestamp and the media decode time from the PRFT box.
Signature:
onTimecode?: (ntpTimestamp: number, mediaTime: number) => void;