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

Method new

rustcv-backend-msmf/src/lib.rs:104–106  ·  view source on GitHub ↗

Creates a new MSMF driver instance. This constructor is lightweight and does not initialize Media Foundation. Initialization is deferred until the first operation that requires it.

()

Source from the content-addressed store, hash-verified

102 /// This constructor is lightweight and does not initialize Media Foundation.
103 /// Initialization is deferred until the first operation that requires it.
104 pub fn new() -> Self {
105 Self
106 }
107}
108
109impl Driver for MsmfDriver {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected