gstrtsp.rtsptime_range

Module for [RTSPTimeRange] class

Types 1

A time range.

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