Pipeline.this

Create a new pipeline with the given name.

  1. this(GstPipeline* gstPipeline)
  2. this(string name)
    class Pipeline
    this
    (
    string name
    )

Parameters

name string

name of new pipeline. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta