Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gstreamer-0.10
Gst
IndexFactory
find
make
IndexFactory
create
destroy
longdesc
type
IndexFactory
Object Hierarchy:
Description:
public
class
IndexFactory
:
PluginFeature
GstIndexFactory is used to dynamically create GstIndex implementations.
Namespace:
Gst
Package:
gstreamer-0.10
Content:
Static methods:
public
static
IndexFactory
?
find
(
string
name)
Search for an indexfactory of the given name.
public
static
Index
?
make
(
string
name)
Create a new
Index
instance from the indexfactory with the given name.
Creation methods:
public
IndexFactory
(
string
name,
string
longdesc,
Type
type)
Create a new indexfactory with the given parameters
Methods:
public
Index
create
()
Create a new
Index
instance from the given indexfactory.
public
void
destroy
()
Removes the index from the global list.
Fields:
public
unowned
string
longdesc
public
Type
type