TsCommonInputSettings interface
Signature:
export interface TsCommonInputSettings
Properties
| Property | Type | Description |
|---|---|---|
(sourceTimeState: SourceTimeState) ⇒ void |
(Optional) Called when either a VITC timecode is detected, or having previously detected a timestamp it stops being present |
|
(context: TsContext) ⇒ void |
(Optional) Callback to be invoked on receiving the raw TS context. This may contain additional streams which are unsupported by Norsk and would not appear in the node output, pids which have no data and thus will not appear in the node output (yet). |
|
(table: TsTable) ⇒ void |
(Optional) Callback to be invoked on receiving a TS PSI/SI table/section |
|
number |
(Optional) Optionally filter a single program from MPTS at decode time |
|
(Optional) Optional time-domain configuration. When set, the input is placed into a named coordinator and is timestamp-aligned with all other inputs sharing the same domain id within this Norsk instance. Omit for the default (uncoordinated) behaviour. |