GstSdp.SDPConnection¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| addr_number | int | r/w | the number of layers | 
| address | str | r/w | the address | 
| addrtype | str | r/w | the type of address. | 
| nettype | str | r/w | the type of network. “IN” is defined to have the meaning “Internet”. | 
| ttl | int | r/w | the time to live of the address | 
Details¶
- 
class GstSdp.SDPConnection¶
- The contents of the SDP “c=” field which contains connection data. - 
clear()[source]¶
- Returns: - GstSdp.SDPResult.OK.- Return type: - GstSdp.SDPResult- Clear the connection. - New in version 1.2. 
 
-