Feat : Control streamer
Some checks failed
release / build (push) Successful in 27s
release / verify-windows (push) Failing after 56s

This commit is contained in:
jeanotx32
2026-08-11 21:11:04 +02:00
parent 6916ff4be3
commit 37e0c73ab5
10 changed files with 386 additions and 11 deletions

View File

@@ -55,6 +55,11 @@ export class StreamWatcher extends EventEmitter {
return { ...this.state };
}
/** Réglages courants — la séquence de capture réutilise ceux du plein écran. */
get snapshotSettings(): WatchSettings {
return this.settings;
}
applySettings(settings: WatchSettings): void {
const restart =
settings.enabled !== this.settings.enabled ||