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.
srcValueSource value to be converted.
destFormat#GstFormat defining the converted format.
destValuePointer where the conversion result will be put.

Returns

true if conversion was successful.