You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
How to create and set async callback? There is no IMFSourceReaderCallback interface, only the SourceReaderCallback class but when class inherits it you cant override methods and base class requires native pointer (to what?).
Following docs in MSD all out parameters in ReadSample method of SourceReader should be null to use callback and async mode but out parameters can't be set null. Is this inconsistent mapping? In MediaFoundation .Net there is separate ReadSampleAsync method.
Both of problems seems like potetnial bugs.
Am I missing something?