#include <event.h>
Public Member Functions | |
EventTag (GstEvent* event) | |
void | parse (TagList& taglist) |
Parses a tag event and stores the results in the given taglist location. | |
Static Public Member Functions | |
static Glib::RefPtr<Event> | create (TagList& taglist) |
Generates a metadata tag event from the given taglist. |
Gst::EventTag::EventTag | ( | GstEvent * | event | ) | [explicit] |
Generates a metadata tag event from the given taglist.
taglist | metadata list |
void Gst::EventTag::parse | ( | TagList& | taglist | ) |
Parses a tag event and stores the results in the given taglist location.
taglist | pointer to metadata list |