gstrtsp.rtsptime_range

Module for [RTSPTimeRange] class

Types 1

A time range.

Fields
GstRTSPTimeRange _cInstance
Methods
void * _cPtr()
gstrtsp.types.RTSPRangeUnit unit() @propertyGet `unit` field. Returns: the time units used
void unit(gstrtsp.types.RTSPRangeUnit propval) @propertySet `unit` field. Params: propval = the time units used
gstrtsp.types.RTSPTime min() @propertyGet `min` field. Returns: the minimum interval
void min(gstrtsp.types.RTSPTime propval) @propertySet `min` field. Params: propval = the minimum interval
gstrtsp.types.RTSPTime max() @propertyGet `max` field. Returns: the maximum interval
void max(gstrtsp.types.RTSPTime propval) @propertySet `max` field. Params: propval = the maximum interval
gstrtsp.types.RTSPTime2 min2() @propertyGet `min2` field. Returns: extra fields in the minimum interval (Since: 1.2)
void min2(gstrtsp.types.RTSPTime2 propval) @propertySet `min2` field. Params: propval = extra fields in the minimum interval (Since: 1.2)
gstrtsp.types.RTSPTime2 max2() @propertyGet `max2` field. Returns: extra fields in the maximum interval (Since: 1.2)
void max2(gstrtsp.types.RTSPTime2 propval) @propertySet `max2` field. Params: propval = extra fields in the maximum interval (Since: 1.2)
Constructors
this(void * ptr, Flag!"Take" take)