fraction_subtract


Description:


public bool fraction_subtract (ref Value dest, Value minuend, Value subtrahend)

Subtracts the subtrahend from the minuend and sets dest to the result.

Parameters:

dest

a GValue initialized to GST_TYPE_FRACTION

minuend

a GValue initialized to GST_TYPE_FRACTION

subtrahend

a GValue initialized to GST_TYPE_FRACTION

Returns:

false in case of an error (like integer overflow), true otherwise.


Namespace: Gst.Value
Package: gstreamer-1.0