get_times
Description:
[ Version ( since = "1.2" ) ]
public static bool get_times (TimeRange range, out ClockTime min, out ClockTime max)
public static bool get_times (TimeRange range, out ClockTime min, out ClockTime max)
Retrieve the minimum and maximum values from range converted to
ClockTime in min and max.
A value of gst_clock_time_none will be used to signal
NOW and
END for min and max respectively.
UTC times will be converted to nanoseconds since 1900.
Parameters:
| range | |
| min |
result minimum ClockTime |
| max |
result maximum ClockTime |
Returns:
|
true on success. |