gstreamermm 0.10.9.1
Public Member Functions | Static Public Member Functions

Gst::EventTag Class Reference

A tag event. More...

Inheritance diagram for Gst::EventTag:
Inheritance graph
[legend]
Collaboration diagram for Gst::EventTag:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventTag (GstEvent* event)
Gst::TagList parse () const
 Parses a tag event and stores the results in the given taglist location.

Static Public Member Functions

static Glib::RefPtr< Gst::Eventcreate (const Gst::TagList& taglist)
 Generates a metadata tag event from the given taglist.

Detailed Description

A tag event.


Constructor & Destructor Documentation

Gst::EventTag::EventTag ( GstEvent *  event) [explicit]

Member Function Documentation

static Glib::RefPtr<Gst::Event> Gst::EventTag::create ( const Gst::TagList taglist) [static]

Generates a metadata tag event from the given taglist.

Parameters:
taglistMetadata list.
Returns:
A new Gst::Event.
Gst::TagList Gst::EventTag::parse ( ) const

Parses a tag event and stores the results in the given taglist location.

Returns:
Metadata list.

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