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

Method OnFlush

rustcv-backend-msmf/src/stream.rs:147–149  ·  view source on GitHub ↗
(&self, _: u32)

Source from the content-addressed store, hash-verified

145 }
146
147 fn OnFlush(&self, _: u32) -> windows_core::Result<()> {
148 Ok(())
149 }
150
151 fn OnEvent(&self, _: u32, _: windows_core::Ref<'_, IMFMediaEvent>) -> windows_core::Result<()> {
152 Ok(())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected