FileImageInputSettings interface
Settings for an image file source see: NorskInput.fileImage()
Signature:
export interface FileImageInputSettings extends SourceNodeSettings<FileImageInputNode>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
string |
the filename to read the image from |
|
'quadra' |
(Optional) Optional hardware acceleration to upload frames in |
|
(Optional) The file format for the image. Will be inferred from the file name if not specified. |
||
string |
The source name to set in the stream key of the outgoing stream |
|
(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. |