I found MF_SINK_WRITER_DISABLE_THROTTLING in the Sink Writer documentation and it says that it won’t limit the number of samples pushed by the application.
I set it to my sink writer and it indeed speed up, only that it ate all my 32GB of memory and the system is slowed down until I release the sink writer interface.
What’s the point in this? Can I somehow use it to an advantage?