GstSdp.SDPTime

Fields

Name Type Access Description
repeat [object] r/w repeat times for a session
start str r/w start time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in seconds
stop str r/w stop time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in seconds

Methods

  clear ()
  set (start, stop, repeat)

Details

class GstSdp.SDPTime

The contents of the SDP “t=” field which specify the start and stop times for a conference session.

clear()[source]
Returns:a GstSdp.SDPResult.
Return type:GstSdp.SDPResult

Reset the time information in self.

New in version 1.2.

set(start, stop, repeat)[source]
Parameters:
  • start (str) – the start time
  • stop (str) – the stop time
  • repeat ([str]) – the repeat times
Returns:

a GstSdp.SDPResult.

Return type:

GstSdp.SDPResult

Set time information start, stop and repeat in self.

New in version 1.2.