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

Methods

  clear ()
  set (bwtype, bandwidth)

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.

set(bwtype, bandwidth)[source]
Parameters:
  • bwtype (str) – the bandwidth modifier type
  • bandwidth (int) – the bandwidth in kilobits per second
Returns:

a GstSdp.SDPResult.

Return type:

GstSdp.SDPResult

Set bandwidth information in self.

New in version 1.2.