(&mut self, _frame: Frame<'_>)
| 264 | |
| 265 | #[cfg(feature = "simulation")] |
| 266 | async fn inject_frame(&mut self, _frame: Frame<'_>) -> CvResult<()> { |
| 267 | Ok(()) |
| 268 | } |
| 269 | } |
| 270 | |
| 271 | /// 根据用户配置选择最佳的 AVFoundation 会话预设。 |
nothing calls this directly
no outgoing calls
no test coverage detected