Scroll to navigation

GStreamer::IndexFactory(3pm) User Contributed Perl Documentation GStreamer::IndexFactory(3pm)
 

NAME

GStreamer::IndexFactory - Create GstIndexes from a factory

HIERARCHY

  Glib::Object
  +----GStreamer::Object
       +----GStreamer::PluginFeature
            +----GStreamer::IndexFactory

METHODS

indexfactory = GStreamer::IndexFactory-> new ($name, $longdesc, $type)

$name (string)
$longdesc (string)
$type (string)

index = $factory-> create

$factory->destroy

indexfactory = GStreamer::IndexFactory-> find ($name)

$name (string)

index = GStreamer::IndexFactory-> make ($name)

$name (string)

SEE ALSO

GStreamer, Glib::Object, GStreamer::Object, GStreamer::PluginFeature

COPYRIGHT

Copyright (C) 2005-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See GStreamer for a full notice.
2014-08-15 perl v5.20.0