#include <query.h>
Public Member Functions | |
QueryApplication (GstQuery* query) | |
Static Public Member Functions | |
static Glib::RefPtr<Gst::Query> | create (QueryType type, Gst::Structure& structure) |
Constructs a new custom application query object. |
See create() for more details.
Gst::QueryApplication::QueryApplication | ( | GstQuery * | query | ) | [explicit] |
static Glib::RefPtr<Gst::Query> Gst::QueryApplication::create | ( | QueryType | type, | |
Gst::Structure& | structure | |||
) | [static] |
Constructs a new custom application query object.
The Gst::Query may be used by applications in their own way. Please note that a custom Gst::QueryType must be used in order for the returned Gst::Query to actually be a Gst::QueryApplication type.
type | The query type. | |
structure | A structure for the query. |