1GStreamer::IndexFactoryU(s3e)r Contributed Perl DocumentaGtSitorneamer::IndexFactory(3)
2
3
4
6 GStreamer::IndexFactory
7
9 Glib::Object
10 +----GStreamer::Object
11 +----GStreamer::PluginFeature
12 +----GStreamer::IndexFactory
13
15 indexfactory = GStreamer::IndexFactory->new ($name, $longdesc, $type)
16
17 * $name (string)
18 * $longdesc (string)
19 * $type (string)
20
21 index = $factory->create
22
23 $factory->destroy
24
25 indexfactory = GStreamer::IndexFactory->find ($name)
26
27 * $name (string)
28
29 index = GStreamer::IndexFactory->make ($name)
30
31 * $name (string)
32
34 GStreamer, Glib::Object, GStreamer::Object, GStreamer::PluginFeature
35
37 Copyright (C) 2005-2006 by the gtk2-perl team.
38
39 This software is licensed under the LGPL. See GStreamer for a full
40 notice.
41
42
43
44perl v5.8.8 2007-02-20 GStreamer::IndexFactory(3)