Interface

ClipViewportRect

Viewport-space rectangle for a clip and its containing track.

Signature

Type Definition
Interface ClipViewportRect

Properties

NameSignatureDescription
clipIdclipId: stringClip represented by the rectangle.
clipIndexclipIndex: numberZero-based clip index inside the containing track.
heightheight: numberClip height in viewport CSS pixels.
trackIdtrackId: stringTrack containing the clip.
trackIndextrackIndex: numberZero-based track index in timeline order.
widthwidth: numberClip width in viewport CSS pixels.
xx: numberLeft edge in viewport CSS pixels after horizontal scroll is applied.
yy: numberTop edge in viewport CSS pixels, including the ruler offset.