Signature
Interface TimelineClipEntryType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | None | string | App-defined track kind. |
Properties
| Name | Signature | Description |
|---|---|---|
clip | clip: Clip | Raw timeline clip represented by this entry. |
clipIndex | clipIndex: number | Zero-based clip index inside the containing track. |
track | track: Track<TrackKind> | Track containing the clip. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |