Interface Recording

Version 0.2

Recording

A captured video segment that may span zero or more activities

Exposed at

Methods

Delete ()

Signals

Properties

Path s read
State s read
DurationMs x read
Activities ao read

Types

States enum

Methods

#

Delete () experimental

Delete this recording.

Signals

Properties

#

Path — s experimental

read

Filesystem path of the captured segment.

#

State — s experimental

read

Capture state.

#

DurationMs — x experimental

read

Segment duration in milliseconds.

#

Activities — ao experimental

read

The activities this segment captured. Could be empty.

Types

#

State — s enum

  • StateRecording = "recording"
  • StateComplete = "complete"
  • StateFailed = "failed"
  • StateUnknown = "unknown"