Class ClipRecorderEventData

The ClipRecorderEventData class extends ShimiEventData. It contains a reference to the source ClipRecorder that created the event data, as well as information about the clip which the recorder has been constructing.

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: ClipRecorder

The object that triggered the event.

Accessors

  • get clip(): Clip
  • The Clip object which has been under construction by the ClipRecorder.

    Returns Clip

Generated using TypeDoc