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() nothrow
string 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 seconds
void 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 seconds
string 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 seconds
void 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 seconds
gstsdp.types.SDPResult clear() nothrowReset the time information in `t`. Returns: a #GstSDPResult.
gstsdp.types.SDPResult set(string start, string stop, string[] repeat) nothrowSet time information start, stop and repeat in `t`.
Constructors
this(void * ptr, Flag!"Take" take)