gstreamermm
0.10.11
|
A custom application query object. More...
Public Member Functions | |
QueryApplication (GstQuery* query) | |
Static Public Member Functions | |
static Glib::RefPtr < Gst::QueryApplication > | create (QueryType type, Gst::Structure& structure) |
Constructs a new custom application query object. |
A custom application query object.
See create() for more details.
Gst::QueryApplication::QueryApplication | ( | GstQuery * | query | ) | [explicit] |
static Glib::RefPtr<Gst::QueryApplication> 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. |