Class (GI Struct)

Gst-1.0GstPluginDesc

A plugin should export a variable of this type called plugin_desc. The plugin loader will use the data provided there to initialize the plugin.

The licence parameter must be one of: LGPL, GPL, QPL, GPL/QPL, MPL, BSD, MIT/X11, Proprietary, unknown.

Index

Constructors

Properties

description: string
license: string
major_version: number
minor_version: number
name: string
origin: string
package: string
plugin_init: PluginInitFunc
release_datetime: string
source: string
version: string
$gtype: GType<PluginDesc>