FrameStorePlayerSettings interface

Settings for Frame Store playback see: NorskInput.frameStore()

Signature:

export interface FrameStorePlayerSettings extends InputSettings<FrameStorePlayerNode>, StreamStatisticsMixin

Properties

Property Type Description

cuts

FrameStoreCut[]

Required: The start times and durations of the playback

name

string

Required: Name of the frame store instance.

onEof?

() ⇒ void

(Optional) Callback to be notified when playback ends

streamSelection

FrameStoreStreamSelection

Required: The streams you want to playback from the frame store

trimPartialSegments

boolean

Required: If a start time or end time falls mid-gop, should the gop be trimmed to be frame accurate?