ClipFragment

A clip detached from the document: the payload shared by an undo entry and a clipboard entry. Fragments obtained from TimelineFacade.captureClipFragment must be closed; those borrowed from a TrackFragment need not be.

Inheritors

AndroidClipFragment
JsClipFragment
JvmClipFragment
NativeClipFragment
WasmJsClipFragment

Properties

Link copied to clipboard
abstract val clip: ClipData
Link copied to clipboard

Opaque per-feature state covering this clip, keyed by extension id.

Link copied to clipboard
abstract val isMidi: Boolean
Link copied to clipboard
abstract val umpEvents: UIntArray
Link copied to clipboard

Functions

Link copied to clipboard
expect abstract fun close()