GstSdp.SDPZone

Fields

Name

Type

Access

Description

time

str

r/w

the NTP time that a time zone adjustment happens

typed_time

str

r/w

the offset from the time when the session was first scheduled

Methods

clear ()

set (adj_time, typed_time)

Details

class GstSdp.SDPZone

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.

clear()
Returns:

a GstSdp.SDPResult.

Return type:

GstSdp.SDPResult

Reset the zone information in self.

New in version 1.2.

set(adj_time, typed_time)
Parameters:
  • adj_time (str) – the NTP time that a time zone adjustment happens

  • typed_time (str) – the offset from the time when the session was first scheduled

Returns:

a GstSdp.SDPResult.

Return type:

GstSdp.SDPResult

Set zone information in self.

New in version 1.2.