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() nothrow
string bwtype() @property nothrowGet `bwtype` field. Returns: the bandwidth modifier type
void bwtype(string propval) @property nothrowSet `bwtype` field. Params: propval = the bandwidth modifier type
uint bandwidth() @property nothrowGet `bandwidth` field. Returns: the bandwidth in kilobits per second
void bandwidth(uint propval) @property nothrowSet `bandwidth` field. Params: propval = the bandwidth in kilobits per second
gstsdp.types.SDPResult clear() nothrowReset the bandwidth information in bw. Returns: a #GstSDPResult.
gstsdp.types.SDPResult set(string bwtype, uint bandwidth) nothrowSet bandwidth information in bw.
Constructors
this(void * ptr, Flag!"Take" take)