Interface WindowAbsence

Marks the absence of a window at a point in time within a recording.

Mirrors the Swift RKWindowAbsence struct (the absent case of RKWindowPresence).

interface WindowAbsence {
    type: "absent";
    time: EventTime;
}

Properties

Properties

type: "absent"
time: EventTime

Time the event occurred in the recording.

Generated using TypeDoc