GstSdp.SDPBandwidth¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| bandwidth | int | r/w | the bandwidth in kilobits per second | 
| bwtype | str | r/w | the bandwidth modifier type | 
Details¶
- 
class GstSdp.SDPBandwidth¶
- The contents of the SDP “b=” field which specifies the proposed bandwidth to be used by the session or media. - 
clear()[source]¶
- Returns: - a - GstSdp.SDPResult.- Return type: - GstSdp.SDPResult- Reset the bandwidth information in self. - New in version 1.2. 
 
-