Feat : Control streamer
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user