Query.this

Constructs a new convert query object. Use gst_query_unref() when done with it. A convert query is used to ask for a conversion between one format and another.

  1. this(GstQuery* gstQuery)
  2. this(GstQueryType type, Structure structure)
  3. this(GstFormat srcFormat, long value, GstFormat destFormat)
  4. this()

Parameters

srcFormat GstFormat

the source GstFormat for the new query

value long

the value to convert

destFormat GstFormat

the target GstFormat

Throws

ConstructionException GTK+ fails to create the object.

Meta