ST2110OutputTtmlSender.frameRate property

Pacing rate for MTL’s tasklet — typically the matching video session’s frame rate. Actual TTML emission rate is driven by upstream cue arrival, not by this field.

Signature:

frameRate: {
        frames: number;
        seconds: number;
    };