convert_default
Description:
public bool convert_default (Format src_format, int64 src_value, Format dest_format, out int64 dest_value)
Default implementation of GstBaseParseClass::convert.
Parameters:
| this | |
| src_format |
Format describing the source format. |
| src_value |
Source value to be converted. |
| dest_format |
Format defining the converted format. |
| dest_value |
Pointer where the conversion result will be put. |
Returns:
|
true if conversion was successful. |