20 #include <QtCore/QTime> 25 ClockPtr Clock::systemClock()
30 ClockTime Clock::clockTime()
const 32 GstClockTime t = gst_clock_get_time(object<GstClock>());
36 ClockTime Clock::resolution()
const 38 GstClockTime t = gst_clock_get_resolution(object<GstClock>());
42 QTime Clock::time()
const 44 return clockTime().
toTime();
static RefPointer< T > wrap(typename T::CType *nativePtr, bool increaseRef=true)
Wrappers for GStreamer classes.