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 _cInstance
Methods
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 seconds
void 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 seconds
string stop() @propertyGet `stop` field. Returns: stop time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in seconds
void 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 seconds
gstsdp.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`.
Constructors
this(void * ptr, Flag!"Take" take)