Pad.queryConvert

Queries a pad to convert src_val in src_format to dest_format.

class Pad
bool
queryConvert

Parameters

srcFormat gst.types.Format

a #GstFormat to convert from.

srcVal long

a value to convert.

destFormat gst.types.Format

the #GstFormat to convert to.

destVal long

a pointer to the result.

Return Value

Type: bool

true if the query could be performed.