I am looking for to start a thread at a specified time with Media Foundation.
I know that in DirectShow there is a function called by IMediaFilter
where tStart
is the time value of the reference clock.:
Interface::HRESULT Run(REFERENCE_TIME tStart);
But in Media Foundation there is no such function that will run or start a thread with a time as a parameter.
Is there a solution to do this in Media Foundation?