GstSdp.SDPAttribute¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| key | str | r/w | the attribute key | 
| value | str | r/w | the attribute value or Nonewhen it was a property attribute | 
Details¶
- 
class GstSdp.SDPAttribute¶
- The contents of the SDP “a=” field which contains a key/value pair. - 
clear()[source]¶
- Returns: - GstSdp.SDPResult.OK.- Return type: - GstSdp.SDPResult- Clear the attribute. - New in version 1.2. 
 
-