Query.convert


Description:

[ CCode ( has_construct_function = false ) ]
public Query.convert (Format src_format, int64 value, Format dest_format)

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.

Free-function: gst_query_unref

Parameters:

src_format

the source Format for the new query

value

the value to convert

dest_format

the target Format

Returns:

a Query