Element.queryConvert
bool queryConvert(gst.types.Format srcFormat, long srcVal, gst.types.Format destFormat, out long destVal)Queries an element to convert src_val in src_format to dest_format.
Parameters
srcFormat | a #GstFormat to convert from. |
srcVal | a value to convert. |
destFormat | the #GstFormat to convert to. |
destVal | a pointer to the result. |
Returns
true if the query could be performed.