SDPBandwidth(BandwidthType, Int32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 BandwidthType
-
- kilobitsPerSec Int32
-
See Also