SDPBandwidth Constructor (BandwidthType, Int32) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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