SdpMediaBandwidth(String, Int32, Int32) Constructor

Definition

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

Applies to