13 #ifndef _MpMediaTask_h_ 14 #define _MpMediaTask_h_ 19 #include "utl/UtlHistogram.h" 20 #include "os/OsDefs.h" 21 #include "os/OsRWMutex.h" 22 #include "os/OsServerTask.h" 23 #include "os/OsMsgPool.h" 24 #include "os/OsCallback.h" 113 UtlBoolean enableLocalAudio =
true);
154 OsStatus
setDebug(UtlBoolean enableFlag);
210 static OsStatus
signalFrameStart(
const OsTime &timeout = OsTime::OS_INFINITY);
333 MpMediaTask(
int maxFlowGraph, UtlBoolean enableLocalAudio);
371 long long mStartTicks;
374 long long mStopTicks;
376 unsigned long long mLimitTicks;
380 UtlHistogram mStartToEndTime;
382 UtlHistogram mStartToStartTime;
384 UtlHistogram mEndToStartTime;
386 UtlHistogram mSignalTime;
388 UtlHistogram mSignalToStartTime;
390 UtlHistogram mOtherMessages;
468 #endif // _MpMediaTask_h_
Flow graph for coordinating the execution of media processing resources.
Definition: MpFlowGraphBase.h:91