#include <query.h>
Public Member Functions | |
QueryFormats (GstQuery* query) | |
void | set (int n_formats, const va_list& varargs) |
void | parse (guint& n_formats) |
void | parse (guint nth, Format& format) |
Static Public Member Functions | |
static Glib::RefPtr<Query> | create () |
Gst::QueryFormats::QueryFormats | ( | GstQuery * | query | ) | [explicit] |
static Glib::RefPtr<Query> Gst::QueryFormats::create | ( | ) | [static] |
void Gst::QueryFormats::parse | ( | guint | nth, | |
Format& | format | |||
) |
void Gst::QueryFormats::parse | ( | guint & | n_formats | ) |
void Gst::QueryFormats::set | ( | int | n_formats, | |
const va_list & | varargs | |||
) |