Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalCut

Internal representation of a cut.

Hierarchy

  • Cut
    • InternalCut

Index

Properties

Optional dropFrame

dropFrame: boolean

(default to original) If the clips timecode should use dropFrame timecode.

end

end: number

End of the clip in frames.

Optional frameRate

frameRate: FrameRate

(default to original) The frame rate to use for clip.

pts

pts: number

Presentation time stamp. The start of this clip in relation to the cut list.

Optional src

src: string

(default to original) The source to use for clip.

start

start: number

Start of the clip in frames.

Optional video

video: HTMLVideoElement

Video element to use when this cut is playing.