#include <propertyprobe.h>
Public Member Functions | |
virtual | ~PropertyProbe () |
GstPropertyProbe* | gobj () |
Provides access to the underlying C GObject. | |
const GstPropertyProbe* | gobj () const |
Provides access to the underlying C GObject. | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gst::PropertyProbe> | wrap (GstPropertyProbe* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
The property probe is a way to autodetect allowed values for a GObject property. Its primary use is to autodetect device-names in several elements.
The interface is implemented by many hardware sources and sinks.
virtual Gst::PropertyProbe::~PropertyProbe | ( | ) | [virtual] |
static void Gst::PropertyProbe::add_interface | ( | GType | gtype_implementer | ) | [static] |
const GstPropertyProbe* Gst::PropertyProbe::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented in Gst::AlsaMixer, Gst::AlsaSink, Gst::AlsaSrc, and Gst::XvImageSink.
GstPropertyProbe* Gst::PropertyProbe::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented in Gst::AlsaMixer, Gst::AlsaSink, Gst::AlsaSrc, and Gst::XvImageSink.
Glib::RefPtr<Gst::PropertyProbe> wrap | ( | GstPropertyProbe * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |