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 | 
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. 
 
-