RTSPRange.getTimes

Retrieve the minimum and maximum values from range converted to #GstClockTime in min and max.

A value of GST_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 gstrtsp.rtsptime_range.RTSPTimeRange

a #GstRTSPTimeRange

min gst.types.ClockTime

result minimum #GstClockTime

max gst.types.ClockTime

result maximum #GstClockTime

Return Value

Type: bool

true on success.