TamsFlowInputSettings interface
Signature:
export interface TamsFlowInputSettings extends InputSettings<TamsFlowInputNode>
Extends: InputSettings<TamsFlowInputNode>
Properties
| Property | Type | Description |
|---|---|---|
string |
(Optional) When specified dump the raw source input for debug purposes to the given directory |
|
string[] |
IDs of all the flows to include in this input. These should be either elementary flows with overlapping timelines covering the period to play, or a flow collecting such flows |
|
string |
(Optional) The flow timestamp to start playout (optionally, if omitted will be from the start) |
|
string |
URL of the TAMS service, eg http://example.com:12345/shiny-tams-api/ |