Signature
Interface VisibleTimelineClipType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
TrackKind | None | string | App-defined track kind. |
Properties
| Name | Signature | Description |
|---|---|---|
canMove | canMove: boolean | Whether the clip body can be moved by edit controls. |
canTrim | canTrim: boolean | Whether the clip edges can be trimmed by edit controls. |
clip | clip: Clip | Raw timeline clip represented by this entry. |
clipIndex | clipIndex: number | Zero-based clip index inside the containing track. |
disabled | disabled: boolean | Whether the clip is disabled. |
locked | locked: boolean | Whether the containing track is locked. |
muted | muted: boolean | Whether the containing track is muted. |
rect | rect: ClipViewportRect | Clip bounds in viewport CSS pixels. |
sourceRange | sourceRange: ClipSourceRange | Source-media range covered by the full clip. |
track | track: Track<TrackKind> | Track containing the clip. |
trackIndex | trackIndex: number | Zero-based track index in timeline order. |
visible | visible: boolean | Whether the containing track participates in active layer and media lookup. |
visibleRect | visibleRect: ClipViewportRect | Portion of the clip inside the requested viewport plus overscan. |
visibleSourceEndTime | visibleSourceEndTime: RationalTime | Source-media time at the right edge of the visible clip span. |
visibleSourceStartTime | visibleSourceStartTime: RationalTime | Source-media time at the left edge of the visible clip span. |
visibleTimelineEndTime | visibleTimelineEndTime: RationalTime | Timeline time at the right edge of the visible clip span. |
visibleTimelineStartTime | visibleTimelineStartTime: RationalTime | Timeline time at the left edge of the visible clip span. |