BandwidthType Enumeration |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum BandwidthType
Public Enumeration BandwidthType
public enum class BandwidthType
Members
| Member name | Value | Description |
---|
| CT | 0 |
It is supplied for the session giving the proposed upper limit to the bandwidth.
|
| AS | 1 |
The bandwidth is interpreted to be application specific.
|
| TIAS | 2 |
Transport Independent Application Specific maximum, a bandwidth modifier.
|
| RR | 3 |
RTCP bandwidth allocated to other participants in the RTP session.
|
| RS | 4 |
"RS" indicates the RTCP bandwidth allocated to active data senders (as defined by the RTP spec).
|
See Also