SdpMediaBandwidth(String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SdpMediaBandwidth(System::String ^ label, int sendKbps, int recvKbps);
public SdpMediaBandwidth (string label, int sendKbps, int recvKbps);
new Microsoft.Rtc.Internal.Collaboration.Media.SdpMediaBandwidth : string * int * int -> Microsoft.Rtc.Internal.Collaboration.Media.SdpMediaBandwidth
Public Sub New (label As String, sendKbps As Integer, recvKbps As Integer)
Parameters
- label
- String
- sendKbps
- Int32
- recvKbps
- Int32