(shared: Arc<SharedState>)
| 98 | |
| 99 | impl MsmfCallback { |
| 100 | fn new(shared: Arc<SharedState>) -> Self { |
| 101 | Self { shared } |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | impl IMFSourceReaderCallback_Impl for MsmfCallback_Impl { |
nothing calls this directly
no test coverage detected