TamsFlowInputSettings.range property

Which part of the flow to play. Omitted entirely is all of it, from the start — which for a long-retention live flow means starting at the oldest media retained, and never catching up. Independent of .

Signature:

range?: {
        from?: TamsPlayPosition;
        to?: TamsPlayEnd;
    };