Constants¶
- GstSdp.MIKEY_VERSION
- GstSdp.SDP_BWTYPE_AS
- GstSdp.SDP_BWTYPE_CT
- GstSdp.SDP_BWTYPE_EXT_PREFIX
- GstSdp.SDP_BWTYPE_RR
- GstSdp.SDP_BWTYPE_RS
- GstSdp.SDP_BWTYPE_TIAS
Details¶
- 
GstSdp.MIKEY_VERSION= 1¶
- The supported MIKEY version 1. 
- 
GstSdp.SDP_BWTYPE_AS= 'AS'¶
- The Application-Specific Maximum bandwidth modifier. 
- 
GstSdp.SDP_BWTYPE_CT= 'CT'¶
- The Conference Total bandwidth modifier. 
- 
GstSdp.SDP_BWTYPE_EXT_PREFIX= 'X-'¶
- The extension prefix bandwidth modifier. 
- 
GstSdp.SDP_BWTYPE_RR= 'RR'¶
- RTCP bandwidth allocated to data receivers (RFC 3556). 
- 
GstSdp.SDP_BWTYPE_RS= 'RS'¶
- RTCP bandwidth allocated to active data senders (RFC 3556). 
- 
GstSdp.SDP_BWTYPE_TIAS= 'TIAS'¶
- Transport Independent Application Specific Maximum bandwidth (RFC 3890).