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 |