gstrtsp.rtsprange
Module for [RTSPRange] struct
struct RTSPRange
Types 1
structRTSPRange
Provides helper functions to deal with time ranges.
Fields
int minminimum value of the rangeint maxmaximum value of the rangeMethods
bool convertUnits(gstrtsp.rtsptime_range.RTSPTimeRange range, gstrtsp.types.RTSPRangeUnit unit)Converts the range in-place between different types of units. Ranges containing the special value #GSTRTSPTIMENOW can not be converted as these are only valid for #GSTRTSPRANGENPT.void free(gstrtsp.rtsptime_range.RTSPTimeRange range)Free the memory allocated by range.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.gstrtsp.types.RTSPResult parse(string rangestr, out gstrtsp.rtsptime_range.RTSPTimeRange range)Parse rangestr to a #GstRTSPTimeRange.string toString_(gstrtsp.rtsptime_range.RTSPTimeRange range)Convert range into a string representation.