FileImageInputSettings interface

Settings for an image file source see: NorskInput.fileImage()

Signature:

export interface FileImageInputSettings extends SourceNodeSettings<FileImageInputNode>, StreamStatisticsMixin

Properties

Property Type Description

fileName

string

the filename to read the image from

hardwareAcceleration?

'quadra'

(Optional) Optional hardware acceleration to upload frames in

imageFormat?

ImageFormat

(Optional) The file format for the image. Will be inferred from the file name if not specified.

sourceName

string

The source name to set in the stream key of the outgoing stream

timeDomain?

TimeDomain

(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.