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.
()
| 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 | |
| 109 | impl Driver for MsmfDriver { |
nothing calls this directly
no outgoing calls
no test coverage detected