gstsdp.sdptime
Module for [SDPTime] class
class SDPTime
Types 1
classSDPTime
The contents of the SDP "t=" field which specify the start and stop times for a conference session.
Fields
GstSDPTime _cInstanceMethods
void * _cPtr() nothrowstring start() @property nothrowGet `start` field. Returns: start time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in secondsvoid start(string propval) @property nothrowSet `start` field. Params: propval = start time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in secondsstring stop() @property nothrowGet `stop` field. Returns: stop time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in secondsvoid stop(string propval) @property nothrowSet `stop` field. Params: propval = stop time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in secondsgstsdp.types.SDPResult set(string start, string stop, string[] repeat) nothrowSet time information start, stop and repeat in `t`.