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