CapsFeatures.this

Creates a new #GstCapsFeatures with the given features.

Free-function: gst_caps_features_free

  1. this(GstCapsFeatures* gstCapsFeatures, bool ownedRef)
  2. this()
  3. this(GQuark feature1, void* varargs)
  4. this(string feature1, void* varargs)
    class CapsFeatures
    this
    (
    string feature1
    ,
    void* varargs
    )

Parameters

feature1 string

name of first feature to set

varargs void*

variable argument list

Return Value

a new, empty #GstCapsFeatures

Throws

ConstructionException GTK+ fails to create the object.

Meta