FrameProcessor: allow pausing/resuming system frames

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-20 07:27:42 -07:00
parent 4e3af00b6d
commit d161e2767f
2 changed files with 28 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `FrameProcessor.pause_processing_system_frames()` and
`FrameProcessor.resume_processing_system_frames()`. These allow to pause and
resume the processing of system frame.
- Added new `on_process_frame()` observer method which makes it possible to know
when a frame is being processed.