TamsFlowInputConfiguration.AtEnd
What to do on reaching the end of what currently exists. Says nothing about
where playback starts — that is range.
Name |
Number |
Description |
AT_END_STOP |
0 |
Stop once the flow runs out of segments. May still exceed the duration / available at startup, if the flow grows while it is being read. |
AT_END_FOLLOW |
1 |
Treat the flow as live: its end is continuously advancing, so on reaching / it wait for more segments to be published rather than stopping. |