SDPBandwidth

The contents of the SDP "b=" field which specifies the proposed bandwidth to be used by the session or media.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()
clear
gstsdp.types.SDPResult clear()

Reset the bandwidth information in bw.

set
gstsdp.types.SDPResult set(string bwtype, uint bandwidth)

Set bandwidth information in bw.

Properties

bandwidth
uint bandwidth [@property getter]

Get field bandwidth.

bandwidth
uint bandwidth [@property setter]

Set field bandwidth.

bwtype
string bwtype [@property getter]

Get field bwtype.

bwtype
string bwtype [@property setter]

Set field bwtype.