#include <glibmm.h>
#include <gstreamermm/object.h>
#include <gstreamermm/enums.h>
Go to the source code of this file.
Namespaces | |
namespace | Gst |
namespace | Glib |
Classes | |
class | Gst::ClockID |
class | Gst::Clock |
Typedefs | |
typedef _GstClock | GstClock |
typedef _GstClockClass | GstClockClass |
typedef GstClockTime | Gst::ClockTime |
typedef GstClockTimeDiff | Gst::ClockTimeDiff |
Functions | |
guint | Gst::get_hours (ClockTime time) |
guint | Gst::get_minutes (ClockTime time) |
guint | Gst::get_seconds (ClockTime time) |
guint | Gst::get_milliseconds (ClockTime time) |
guint | Gst::get_microseconds (ClockTime time) |
guint | Gst::get_nanoseconds (ClockTime time) |
guint | Gst::get_fractional_seconds (ClockTime time) |
Variables | |
const ClockTime | Gst::CLOCK_TIME_NONE = GST_CLOCK_TIME_NONE |
typedef struct _GstClock GstClock |
typedef struct _GstClockClass GstClockClass |