RTSPRange.getTimes
bool getTimes(gstrtsp.rtsptime_range.RTSPTimeRange range, out gst.types.ClockTime min, out gst.types.ClockTime max)Retrieve the minimum and maximum values from range converted to #GstClockTime in min and max.
A value of [gst.types.CLOCK_TIME_NONE] will be used to signal #GST_RTSP_TIME_NOW and #GST_RTSP_TIME_END for min and max respectively.
UTC times will be converted to nanoseconds since 1900.
Parameters
range | a #GstRTSPTimeRange |
min | result minimum #GstClockTime |
max | result maximum #GstClockTime |
Returns
true on success.