BaseParse.convertDefault
bool convertDefault(gst.types.Format srcFormat, long srcValue, gst.types.Format destFormat, out long destValue)Default implementation of #GstBaseParseClass::convert.
Parameters
srcFormat | #GstFormat describing the source format. |
srcValue | Source value to be converted. |
destFormat | #GstFormat defining the converted format. |
destValue | Pointer where the conversion result will be put. |
Returns
true if conversion was successful.