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

Method OnEvent

rustcv-backend-msmf/src/stream.rs:151–153  ·  view source on GitHub ↗
(&self, _: u32, _: windows_core::Ref<'_, IMFMediaEvent>)

Source from the content-addressed store, hash-verified

149 }
150
151 fn OnEvent(&self, _: u32, _: windows_core::Ref<'_, IMFMediaEvent>) -> windows_core::Result<()> {
152 Ok(())
153 }
154}
155
156/// Static handle instance for MSMF backend buffer identification.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected