FileTsInputSettings interface
Signature:
export interface FileTsInputSettings extends LocalFileInputSettings, StreamStatisticsMixin, TsCommonInputSettings
Properties
| Property | Type | Description |
|---|---|---|
(Optional) Drop raw input packets ala NorskTransform.streamChaosMonkey(). Leaving this undefined means don’t drop any packets For testing, you really don’t want this in a live system. |
||
boolean |
(Optional) Whether to loop back to the start of the file after reaching the end |
|
'playing' | 'paused' |
(Optional) Whether to start paused or already playing (default: playing) |