LocalFileInputSettings interface

The standard settings for any node reading from a file

Signature:

export interface LocalFileInputSettings extends InputSettings<SourceMediaNode>

Properties

Property Type Description

fileName

string

The file to be read from

onEof?

() ⇒ void

(Optional) An optional callback that will be invoked when file end is reached