Options
All
  • Public
  • Public/Protected
  • All
Menu

Used when constructing new SyncMediaTimelineCreateProgressEngineEvent instances.

Hierarchy

Index

Properties

cancelable?: boolean
done: boolean

Indicates if the SyncMediaTimeline creation process has finished. When this field is true, no more events will be emitted for the SyncMediaTimeline this event is related to.

isTrusted?: boolean
progress: number

A value between 0 and 1 indicating the progress of the SyncMediaTimeline creation.

readerView: IReaderView
timelineName: string

The name of the SyncMediaTimeline this event is related to.

The name of a SyncMediaTimeline is specified in the options object passed to createSyncMediaTimeline().

Generated using TypeDoc