Bin.this

Creates a new bin with the given name.

  1. this(GstBin* gstBin, bool ownedRef)
  2. this(Element elem)
  3. this(string name)
    class Bin
    this
    (
    string name
    )

Parameters

name string

the name of the new bin

Return Value

a new #GstBin

Throws

ConstructionException GTK+ fails to create the object.

Meta