gstreamermm  1.4.3
Functions
Gst::Enums Namespace Reference

Functions

Glib::ustring get_name (State state)
 Gets a string representing the given state. More...
 
Glib::ustring get_name (StateChangeReturn state_ret)
 Gets a string representing the given state change result. More...
 
Glib::ustring get_name (EventType type)
 Gets a printable name for the given event type. More...
 
Glib::QueryQuark get_quark (EventType type)
 Gets the unique quark for the given event type. More...
 
EventTypeFlags get_flags (EventType type)
 Gets the Gst::EventTypeFlags associated with type. More...
 
Glib::ustring get_name (Format format)
 Gets a printable name for the given format. More...
 
Glib::QueryQuark get_quark (Format format)
 Gets the unique quark for the given format. More...
 
Glib::ustring get_name (MessageType type)
 Gets a printable name for the given message type. More...
 
Glib::QueryQuark get_quark (MessageType type)
 Gets the unique quark for the given message type. More...
 
Glib::ustring get_name (QueryType type)
 Gets a printable name for the given query type. More...
 
Gst::QueryTypeFlags get_flags (QueryType type)
 Gets the Gst::QueryTypeFlags associated with . More...
 
Glib::QueryQuark get_quark (QueryType type)
 Gets the unique quark for the given query type. More...
 

Function Documentation

EventTypeFlags Gst::Enums::get_flags ( EventType  type)

Gets the Gst::EventTypeFlags associated with type.

Parameters
typeA Gst::EventType.
Returns
A Gst::EventTypeFlags.
Gst::QueryTypeFlags Gst::Enums::get_flags ( QueryType  type)

Gets the Gst::QueryTypeFlags associated with .

Parameters
typea Gst::QueryType.
Returns
a Gst::QueryTypeFlags;
Glib::ustring Gst::Enums::get_name ( Format  format)

Gets a printable name for the given format.

Do not modify or free.

Parameters
formatA Gst::Format.
Returns
The name of the format or an empty string if the format is unknown.
Glib::ustring Gst::Enums::get_name ( State  state)

Gets a string representing the given state.

Parameters
stateA Gst::State to get the name of.
Returns
A Glib::ustring with the name of the state.
Glib::ustring Gst::Enums::get_name ( StateChangeReturn  state_ret)

Gets a string representing the given state change result.

Parameters
state_retA Gst::StateChangeReturn to get the name of.
Returns
A Glib::ustring with the name of the state change result.
Glib::ustring Gst::Enums::get_name ( MessageType  type)

Gets a printable name for the given message type.

Parameters
typeThe message type.
Returns
The name of the message type.
Glib::ustring Gst::Enums::get_name ( EventType  type)

Gets a printable name for the given event type.

Parameters
typeThe event type.
Returns
A reference to the static name of the event.
Glib::ustring Gst::Enums::get_name ( QueryType  type)

Gets a printable name for the given query type.

Parameters
queryThe query type.
Returns
The name of the query.
Glib::QueryQuark Gst::Enums::get_quark ( Format  format)

Gets the unique quark for the given format.

Parameters
formatA Gst::Format.
Returns
The quark associated with the format or 0 if the format is unknown.
Glib::QueryQuark Gst::Enums::get_quark ( MessageType  type)

Gets the unique quark for the given message type.

Parameters
typeThe message type.
Returns
The quark associated with the message type.
Glib::QueryQuark Gst::Enums::get_quark ( EventType  type)

Gets the unique quark for the given event type.

Parameters
typeThe event type.
Returns
The quark associated with the event type.
Glib::QueryQuark Gst::Enums::get_quark ( QueryType  type)

Gets the unique quark for the given query type.

Parameters
queryThe query type.
Returns
The quark associated with the query type.