MCPcopy Create free account
hub / github.com/RustCV/RustCV / MsmfCallback

Class MsmfCallback

rustcv-backend-msmf/src/stream.rs:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93/// Each frame is stored in the shared state and the stream is notified.
94#[implement(IMFSourceReaderCallback)]
95struct MsmfCallback {
96 shared: Arc<SharedState>,
97}
98
99impl MsmfCallback {
100 fn new(shared: Arc<SharedState>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected