FileTsInputSettings interface

Signature:

export interface FileTsInputSettings extends LocalFileInputSettings, StreamStatisticsMixin, TsCommonInputSettings

Properties

Property Type Description

loop?

boolean

(Optional) Whether to loop back to the start of the file after reaching the end

start?

'playing' | 'paused'

(Optional) Whether to start paused or already playing (default: playing)