add option to record to PNGs (inc background threadpool for encoding)

This commit is contained in:
Nick Fisher
2023-11-20 15:28:55 +08:00
parent a96309bd77
commit 5c1be3d047
9 changed files with 112 additions and 27 deletions

View File

@@ -1207,4 +1207,9 @@ class FilamentControllerFFI extends FilamentController {
calloc.free(childNamePtr);
}
}
@override
Future setRecording(bool recording) async {
set_recording(_viewer!, recording);
}
}