Back to Seed Clases

Gst


Classes

Interfaces

Structs

Unions

Enums

Enum Gst.ParseFlags

Import line: Gst = imports.gi.Gst;
GIR File: Gst-0.10.gir
C documentation: GstParseFlags
Enum : ParseFlags
  Show / Hide Inherited methods, properties and signals
Parsing options.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gst
Method
Gst.parse_bin_from_description_full (String bin_description, Boolean ghost_unlinked_pads, ParseContext context, ParseFlags flags) : Gst.Element
This is a convenience wrapper around gst_parse_launch() to create a GstBin from a gst-launch-style pipeline description.
Gst
Method
Gst.parse_launch_full (String pipeline_description, ParseContext context, ParseFlags flags) : Gst.Element
Create a new pipeline based on command line syntax.
Gst
Method
Gst.parse_launchv_full (Array argv, ParseContext context, ParseFlags flags) : Gst.Element
Create a new element based on command line syntax.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:56 GMT+0800 (HKT)