#include <query.h>
Public Member Functions | |
QueryConvert (GstQuery* query) | |
void | set (Format src_format, gint64 src_value, Format dest_format, gint64 dest_value) |
void | parse (Format& dest_format, gint64& dest_value) |
void | parse (Format& src_format, gint64& src_value, Format& dest_format, gint64& dest_value) |
Static Public Member Functions | |
static Glib::RefPtr<Query> | create (Format src_format, gint64 value, Format dest_format) |
Gst::QueryConvert::QueryConvert | ( | GstQuery * | query | ) | [explicit] |
static Glib::RefPtr<Query> Gst::QueryConvert::create | ( | Format | src_format, | |
gint64 | value, | |||
Format | dest_format | |||
) | [static] |
void Gst::QueryConvert::parse | ( | Format& | src_format, | |
gint64 & | src_value, | |||
Format& | dest_format, | |||
gint64 & | dest_value | |||
) |
void Gst::QueryConvert::parse | ( | Format& | dest_format, | |
gint64 & | dest_value | |||
) |
void Gst::QueryConvert::set | ( | Format | src_format, | |
gint64 | src_value, | |||
Format | dest_format, | |||
gint64 | dest_value | |||
) |