![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <evrcustompresenter_p.h>
Public Types | |
| enum | ScheduleEvent { Terminate = WM_USER , Schedule = WM_USER + 1 , Flush = WM_USER + 2 } |
Public Member Functions | |
| Scheduler (EVRCustomPresenter *presenter) | |
| ~Scheduler () | |
| void | setFrameRate (const MFRatio &fps) |
| void | setClockRate (float rate) |
| HRESULT | startScheduler (ComPtr< IMFClock > clock) |
| HRESULT | stopScheduler () |
| HRESULT | scheduleSample (const ComPtr< IMFSample > &sample, bool presentNow) |
| HRESULT | processSamplesInQueue (LONG *nextSleep) |
| HRESULT | flush () |
| bool | areSamplesScheduled () |
Static Public Member Functions | |
| static DWORD WINAPI | schedulerThreadProc (LPVOID parameter) |
Definition at line 96 of file evrcustompresenter_p.h.
| Enumerator | |
|---|---|
| Terminate | |
| Schedule | |
| Flush | |
Definition at line 100 of file evrcustompresenter_p.h.
| Scheduler::Scheduler | ( | EVRCustomPresenter * | presenter | ) |
Definition at line 76 of file evrcustompresenter.cpp.
References Scheduler().
Referenced by Scheduler().
| Scheduler::~Scheduler | ( | ) |
Definition at line 84 of file evrcustompresenter.cpp.
| bool Scheduler::areSamplesScheduled | ( | ) |
Definition at line 199 of file evrcustompresenter.cpp.
| HRESULT Scheduler::flush | ( | ) |
Definition at line 183 of file evrcustompresenter.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| HRESULT Scheduler::processSamplesInQueue | ( | LONG * | nextSleep | ) |
Definition at line 237 of file evrcustompresenter.cpp.
|
static |
Definition at line 328 of file evrcustompresenter.cpp.
Definition at line 205 of file evrcustompresenter.cpp.
|
inline |
Definition at line 111 of file evrcustompresenter_p.h.
| void Scheduler::setFrameRate | ( | const MFRatio & | fps | ) |
Definition at line 89 of file evrcustompresenter.cpp.
Definition at line 100 of file evrcustompresenter.cpp.
| HRESULT Scheduler::stopScheduler | ( | ) |
Definition at line 157 of file evrcustompresenter.cpp.