Options
All
  • Public
  • Public/Protected
  • All
Menu

Used when constructing new SyncMediaTimelineCreateProgressEngineEvent instances.

Hierarchy

Index

Properties

Optional cancelable

cancelable?: boolean

done

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.

Optional isTrusted

isTrusted?: boolean

progress

progress: number

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

readerView

readerView: IReaderView

timelineName

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