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