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()
Returns:

a GstSdp.SDPResult.

Return type:

GstSdp.SDPResult

Reset the bandwidth information in self.

New in version 1.2.

set(bwtype, bandwidth)
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.