Interface: RecordingState
@roomful/svelte / RecordingState
Interface: RecordingState
Section titled “Interface: RecordingState”Defined in: packages/core/dist/types.d.ts:2039
A reactive snapshot of the recorder, for UI bindings.
Properties
Section titled “Properties”durationMs
Section titled “durationMs”durationMs:
number
Defined in: packages/core/dist/types.d.ts:2045
The span of the current take in milliseconds.
frameCount
Section titled “frameCount”frameCount:
number
Defined in: packages/core/dist/types.d.ts:2043
How many frames have been captured in the current take.
isRecording
Section titled “isRecording”isRecording:
boolean
Defined in: packages/core/dist/types.d.ts:2041
Whether capture is currently active.