#include <glibmm.h>
#include <gst/gstquery.h>
#include <gstreamermm/miniobject.h>
#include <gstreamermm/structure.h>
#include <gstreamermm/wrap.h>
#include <gstreamermm/format.h>
Go to the source code of this file.
Namespaces | |
namespace | Gst |
namespace | Gst::Enums |
Classes | |
struct | Gst::QueryTypeDefinition |
class | Gst::Query |
class | Gst::QueryConvert |
class | Gst::QueryPosition |
class | Gst::QueryDuration |
class | Gst::QueryLatency |
class | Gst::QuerySeeking |
class | Gst::QueryFormats |
class | Gst::QuerySegment |
Enumerations | |
enum | Gst::QueryType { Gst::QUERY_NONE, Gst::QUERY_POSITION, Gst::QUERY_DURATION, Gst::QUERY_LATENCY, Gst::QUERY_JITTER, Gst::QUERY_RATE, Gst::QUERY_SEEKING, Gst::QUERY_SEGMENT, Gst::QUERY_CONVERT, Gst::QUERY_FORMATS } |
Functions | |
Glib::ustring | Gst::Enums::get_name (QueryType t) |
Get a printable name for the given query type. | |
Glib::QueryQuark | Gst::Enums::get_quark (QueryType t) |
Get the unique quark for the given query type. |