SDPBandwidth Constructor (BandwidthType, Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SDPBandwidth(
BandwidthType bwType,
int kilobitsPerSec
)
Public Sub New (
bwType As BandwidthType,
kilobitsPerSec As Integer
)
public:
SDPBandwidth(
BandwidthType bwType,
int kilobitsPerSec
)
new :
bwType : BandwidthType *
kilobitsPerSec : int -> SDPBandwidth
Parameters
- bwType
- Type: Ozeki.MediaBandwidthType
- kilobitsPerSec
- Type: SystemInt32
See Also