File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ export type ExportSettings = ({ format: "Mp4" } & Mp4ExportSettings) | ({ format
468468export type FileType = "recording" | "screenshot"
469469export type Flags = { captions : boolean }
470470export type FramesRendered = { renderedCount : number ; totalFrames : number ; type : "FramesRendered" }
471- export type GeneralSettingsStore = { instanceId ?: string ; uploadIndividualFiles ?: boolean ; hideDockIcon ?: boolean ; autoCreateShareableLink ?: boolean ; enableNotifications ?: boolean ; disableAutoOpenLinks ?: boolean ; hasCompletedStartup ?: boolean ; theme ?: AppTheme ; commercialLicense ?: CommercialLicense | null ; lastVersion ?: string | null ; windowTransparency ?: boolean ; postStudioRecordingBehaviour ?: PostStudioRecordingBehaviour ; mainWindowRecordingStartBehaviour ?: MainWindowRecordingStartBehaviour ; custom_cursor_capture2 ?: boolean ; serverUrl ?: string ; recordingCountdown ?: number | null ; enableNativeCameraPreview : boolean ; autoZoomOnClicks ?: boolean ; captureKeyboardEvents ?: boolean ; postDeletionBehaviour ?: PostDeletionBehaviour ; excludedWindows ?: WindowExclusion [ ] ; deleteInstantRecordingsAfterUpload ?: boolean ; instantModeMaxResolution ?: number ; defaultProjectNameTemplate ?: string | null ; crashRecoveryRecording ?: boolean ; maxFps ?: number ; transcriptionHints ?: string [ ] ; editorPreviewQuality ?: EditorPreviewQuality ; mainWindowPosition ?: WindowPosition | null ; cameraWindowPosition ?: WindowPosition | null ; cameraWindowPositionsByMonitorName ?: { [ key in string ] : WindowPosition } }
471+ export type GeneralSettingsStore = { instanceId ?: string ; uploadIndividualFiles ?: boolean ; hideDockIcon ?: boolean ; autoCreateShareableLink ?: boolean ; enableNotifications ?: boolean ; disableAutoOpenLinks ?: boolean ; hasCompletedStartup ?: boolean ; theme ?: AppTheme ; commercialLicense ?: CommercialLicense | null ; lastVersion ?: string | null ; windowTransparency ?: boolean ; postStudioRecordingBehaviour ?: PostStudioRecordingBehaviour ; mainWindowRecordingStartBehaviour ?: MainWindowRecordingStartBehaviour ; custom_cursor_capture2 ?: boolean ; serverUrl ?: string ; recordingCountdown ?: number | null ; enableNativeCameraPreview : boolean ; autoZoomOnClicks ?: boolean ; captureKeyboardEvents ?: boolean ; postDeletionBehaviour ?: PostDeletionBehaviour ; excludedWindows ?: WindowExclusion [ ] ; deleteInstantRecordingsAfterUpload ?: boolean ; instantModeMaxResolution ?: number ; defaultProjectNameTemplate ?: string | null ; crashRecoveryRecording ?: boolean ; maxFps ?: number ; transcriptionHints ?: string [ ] ; editorPreviewQuality ?: EditorPreviewQuality ; mainWindowPosition ?: WindowPosition | null ; cameraWindowPosition ?: WindowPosition | null ; cameraWindowPositionsByMonitorName ?: { [ key in string ] : WindowPosition } ; hasCompletedOnboarding ?: boolean }
472472export type GifExportSettings = { fps : number ; resolution_base : XY < number > ; quality : GifQuality | null }
473473export type GifQuality = {
474474/**
@@ -557,7 +557,7 @@ export type SerializedScreenshotEditorInstance = { framesSocketUrl: string; path
557557export type SetCaptureAreaPending = boolean
558558export type ShadowConfiguration = { size : number ; opacity : number ; blur : number }
559559export type SharingMeta = { id : string ; link : string }
560- export type ShowCapWindow = "Setup" | { Main : { init_target_mode : RecordingTargetMode | null } } | { Settings : { page : string | null } } | { Editor : { project_path : string } } | "RecordingsOverlay" | { WindowCaptureOccluder : { screen_id : DisplayId } } | { TargetSelectOverlay : { display_id : DisplayId ; target_mode : RecordingTargetMode | null } } | { CaptureArea : { screen_id : DisplayId } } | { Camera : { centered : boolean } } | { InProgressRecording : { countdown : number | null } } | "Upgrade" | "ModeSelect" | { ScreenshotEditor : { path : string } }
560+ export type ShowCapWindow = "Setup" | { Main : { init_target_mode : RecordingTargetMode | null } } | { Settings : { page : string | null } } | { Editor : { project_path : string } } | "RecordingsOverlay" | { WindowCaptureOccluder : { screen_id : DisplayId } } | { TargetSelectOverlay : { display_id : DisplayId ; target_mode : RecordingTargetMode | null } } | { CaptureArea : { screen_id : DisplayId } } | { Camera : { centered : boolean } } | { InProgressRecording : { countdown : number | null } } | "Upgrade" | "ModeSelect" | { ScreenshotEditor : { path : string } } | "Onboarding"
561561export type SingleSegment = { display : VideoMeta ; camera ?: VideoMeta | null ; audio ?: AudioMeta | null ; cursor ?: string | null }
562562export type StartRecordingInputs = { capture_target : ScreenCaptureTarget ; capture_system_audio ?: boolean ; mode : RecordingMode ; organization_id ?: string | null }
563563export type StereoMode = "stereo" | "monoL" | "monoR"
You can’t perform that action at this time.
0 commit comments