add option to record to PNGs (inc background threadpool for encoding)
This commit is contained in:
@@ -1207,4 +1207,9 @@ class FilamentControllerFFI extends FilamentController {
|
||||
calloc.free(childNamePtr);
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
Future setRecording(bool recording) async {
|
||||
set_recording(_viewer!, recording);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user