gstreamermm 0.10.10.1
Public Member Functions | Public Attributes
Gst::QueryTypeDefinition Class Reference

A class to store the details of a Gst::Query retrieved by Gst::Query::get_details(). More...

Collaboration diagram for Gst::QueryTypeDefinition:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QueryTypeDefinition ()
 Default constructor.
 QueryTypeDefinition (const GstQueryTypeDefinition* castitem)
 Constructs a Gst::QueryTypeDefinition from a C GstQueryTypeDefinition type.

Public Attributes

QueryType value
 The unique id of the Query type.
Glib::ustring nick
 A short nickname for the query type.
Glib::ustring description
 A longer description of the query type.
Glib::QueryQuark quark
 The quark for the nick.

Detailed Description

A class to store the details of a Gst::Query retrieved by Gst::Query::get_details().


Constructor & Destructor Documentation

Gst::QueryTypeDefinition::QueryTypeDefinition ( )

Default constructor.

Gst::QueryTypeDefinition::QueryTypeDefinition ( const GstQueryTypeDefinition *  castitem) [explicit]

Constructs a Gst::QueryTypeDefinition from a C GstQueryTypeDefinition type.

The castitem is left unaffected; its contents are simply copied.

Parameters:
castitemThe GstQueryTypeDefinition to copy contents from.

Member Data Documentation

A longer description of the query type.

A short nickname for the query type.

The quark for the nick.

The unique id of the Query type.


The documentation for this class was generated from the following file: