#include <event.h>
Inheritance diagram for Gst::EventBufferSize:
Public Member Functions | |
EventBufferSize (GstEvent *event) | |
void | parse (Format &format, gint64 &minsize, gint64 &maxsize, bool &async) |
Static Public Member Functions | |
static Glib::RefPtr< Event > | create (Format format, gint64 minsize, gint64 maxsize, bool async) |
Gst::EventBufferSize::EventBufferSize | ( | GstEvent * | event | ) | [explicit] |
static Glib::RefPtr<Event> Gst::EventBufferSize::create | ( | Format | format, | |
gint64 | minsize, | |||
gint64 | maxsize, | |||
bool | async | |||
) | [static] |
void Gst::EventBufferSize::parse | ( | Format & | format, | |
gint64 & | minsize, | |||
gint64 & | maxsize, | |||
bool & | async | |||
) |