api: quality options for screen mirroring (#313)

## Link to GitHub Issue, if one exists
n/a

## Description of change
Allow the server to override client's quality options for screen
mirroring.

On Windows / Android versions (flutter-based) clients, this is already
in the options of those apps. However, the iOS version lacks the quality
options.

## Testing
Tested with iOS and Windows clients.
This commit is contained in:
bicarus-dev
2025-05-04 20:10:56 -07:00
committed by GitHub
parent b3cee1dfcc
commit df9d9d8673
5 changed files with 53 additions and 3 deletions
+2
View File
@@ -136,6 +136,8 @@ namespace launcher {
APISerialBaud,
APIPretty,
APIDebugMode,
APIScreenMirrorQuality,
APIScreenMirrorDivide,
EnableAllIOModules,
EnableACIOModule,
EnableICCAModule,