gstsdp.sdpbandwidth

Module for [SDPBandwidth] class

Types 1

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

Fields
GstSDPBandwidth _cInstance
Methods
void * _cPtr()
string bwtype() @propertyGet `bwtype` field. Returns: the bandwidth modifier type
void bwtype(string propval) @propertySet `bwtype` field. Params: propval = the bandwidth modifier type
uint bandwidth() @propertyGet `bandwidth` field. Returns: the bandwidth in kilobits per second
void bandwidth(uint propval) @propertySet `bandwidth` field. Params: propval = the bandwidth in kilobits per second
gstsdp.types.SDPResult clear()Reset the bandwidth information in bw. Returns: a #GstSDPResult.
gstsdp.types.SDPResult set(string bwtype, uint bandwidth)Set bandwidth information in bw.
Constructors
this(void * ptr, Flag!"Take" take)