public slots: // cppcheck-suppress unknownMacro void play();
//signals: // void onElapsedtime(int val); /* in hundredth of a sec */
private:
QQueue<MediaPacket *> *videoQueue;
// int vcrFlag; // QMutex vcrMutex;
QMutex *sendMutex; // QMutex posMutex; // int64_t la_seekPos; /* locked access; must hold posMutex */ void *channel; int stream_id; int fps; // int64_t elapsedTime; /* elapsed time in usecs since play started */ // int64_t pausedTime; /* time at which stream was paused */ // bool isStopped;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.