Lens control implementation for MSMF cameras. Provides focus and zoom control through the Media Foundation API.
| 89 | /// |
| 90 | /// Provides focus and zoom control through the Media Foundation API. |
| 91 | struct MsmfLens { |
| 92 | source_reader: SendableSourceReader, |
| 93 | } |
| 94 | |
| 95 | unsafe impl Send for MsmfLens {} |
| 96 | unsafe impl Sync for MsmfLens {} |
nothing calls this directly
no outgoing calls
no test coverage detected