| 93 | /// Each frame is stored in the shared state and the stream is notified. |
| 94 | #[implement(IMFSourceReaderCallback)] |
| 95 | struct MsmfCallback { |
| 96 | shared: Arc<SharedState>, |
| 97 | } |
| 98 | |
| 99 | impl MsmfCallback { |
| 100 | fn new(shared: Arc<SharedState>) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected