(&self)
| 194 | } |
| 195 | |
| 196 | pub fn latest_keyframe(&self) -> Option<SharedFrame> { |
| 197 | self.inner.latest_keyframe.read().unwrap().clone() |
| 198 | } |
| 199 | |
| 200 | pub async fn wait_for_keyframe(&self, timeout_duration: Duration) -> Option<SharedFrame> { |
| 201 | self.inner.native.set_client_foreground(true); |
no test coverage detected