Element.queryConvert

Queries an element to convert src_val in src_format to dest_format.

class Element
int
queryConvert

Parameters

srcFormat GstFormat

a GstFormat to convert from. inout

srcVal long

a value to convert.

destFormat GstFormat

the GstFormat to convert to.

destVal long

a pointer to the result. out

Return Value

Type: int

TRUE if the query could be performed.

Meta