gstsdp.sdpzone

Module for [SDPZone] class

class SDPZone

Types 1

classSDPZone

The contents of the SDP "z=" field which allows the sender to specify a list of time zone adjustments and offsets from the base time.

Fields
GstSDPZone _cInstance
Methods
void * _cPtr()
string time() @propertyGet `time` field. Returns: the NTP time that a time zone adjustment happens
void time(string propval) @propertySet `time` field. Params: propval = the NTP time that a time zone adjustment happens
string typedTime() @propertyGet `typedTime` field. Returns: the offset from the time when the session was first scheduled
void typedTime(string propval) @propertySet `typedTime` field. Params: propval = the offset from the time when the session was first scheduled
gstsdp.types.SDPResult clear()Reset the zone information in zone. Returns: a #GstSDPResult.
gstsdp.types.SDPResult set(string adjTime, string typedTime)Set zone information in zone.
Constructors
this(void * ptr, Flag!"Take" take)