Query: gstreamer::interfaces
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GStreamer::Interfaces(3pm) User Contributed Perl Documentation GStreamer::Interfaces(3pm)NAMEGStreamer::Interfaces - Perl interface to the GStreamer Interfaces librarySYNOPSISuse GStreamer::Interfaces; # GStreamer::PropertyProbe my $sink = GStreamer::ElementFactory -> make(alsasink => "sink"); my $pspec = $sink -> get_probe_property("device"); if ($sink -> needs_probe($pspec)) { $sink -> probe_property($pspec); } my @devices = $sink -> get_probe_values($pspec); # GStreamer::XOverlay my $overlay = GStreamer::ElementFactory -> make(xvimagesink => "overlay"); $overlay -> set_xwindow_id($xid);ABSTRACTGStreamer::Interfaces provides access to some of the interfaces in the GStreamer Interfaces library. Currently, that's GStreamer::PropertyProbe and GStreamer::XOverlay.INTERFACESGStreamer::PropertyProbe pspecs = $element->get_probe_properties pspec = $element->get_probe_property (name) bool = $element->needs_probe (pspec) $element->probe_property (pspec) values = $element->get_probe_values (pspec) values = $element->probe_get_probe_values (pspec) bool = $element->needs_probe_name (name) $element->probe_property_name (name) values = $element->get_probe_values_name (name) values = $element->probe_get_probe_values_name (name) GStreamer::XOverlay $overlay->set_xwindow_id (xwindow_id) $overlay->expose $overlay->got_xwindow_id (xwindow_id) $overlay->prepare_xwindow_id $overlay->handle_events (bool) (since 0.10.12)AUTHORTorsten Schoenfeld <kaffeetisch at gmx dot de>COPYRIGHTCopyright (C) 2005-2010 by the gtk2-perl team perl v5.14.2 2010-03-20 GStreamer::Interfaces(3pm)
Related Man Pages |
---|
gst-md5sum(1) - redhat |
gstreamer::bin(3pm) - debian |
gstreamer::elementfactory(3pm) - debian |
gstreamer::object(3pm) - debian |
gstreamer::tagsetter(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
GSTFS 0.1 (Default branch) |
Ubuntu: GStreamer Good Plugins vulnerability |
Gentoo: GStreamer plug-ins User-assisted execution of arbitrary code |