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()string start() @propertyGet `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) @propertySet `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() @propertyGet `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) @propertySet `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 clear()Reset the time information in `t`. Returns: a #GstSDPResult.gstsdp.types.SDPResult set(string start, string stop, string[] repeat)Set time information start, stop and repeat in `t`.