gstreamermm
0.10.10.2
|
A class to store the details of a Gst::Format retrieved by Gst::get_format_details(). More...
Public Member Functions | |
FormatDefinition () | |
Default constructor. | |
FormatDefinition (const GstFormatDefinition* castitem) | |
Constructs a Gst::FormatDefinition from a C GstFormatDefinition type. | |
Public Attributes | |
Gst::Format | value |
The unique id of this format. | |
Glib::ustring | nick |
A short nick of the format. | |
Glib::ustring | description |
A longer description of the format. | |
Glib::QueryQuark | quark |
A quark for the nick. |
A class to store the details of a Gst::Format retrieved by Gst::get_format_details().
Default constructor.
Gst::FormatDefinition::FormatDefinition | ( | const GstFormatDefinition * | castitem | ) | [explicit] |
Constructs a Gst::FormatDefinition from a C GstFormatDefinition type.
The castitem is left unaffected; its contents are simply copied.
castitem | The GstFormatDefinition to copy contents from. |
A longer description of the format.
A short nick of the format.
A quark for the nick.
The unique id of this format.