IceV19SdpSessionDescription.MediaBandwidths Property

Definition

public:
 property System::Collections::Generic::Dictionary<System::String ^, Microsoft::Rtc::Internal::Collaboration::Media::SdpMediaBandwidth ^> ^ MediaBandwidths { System::Collections::Generic::Dictionary<System::String ^, Microsoft::Rtc::Internal::Collaboration::Media::SdpMediaBandwidth ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Microsoft::Rtc::Internal::Collaboration::Media::SdpMediaBandwidth ^> ^ value); };
public System.Collections.Generic.Dictionary<string,Microsoft.Rtc.Internal.Collaboration.Media.SdpMediaBandwidth> MediaBandwidths { get; set; }
member this.MediaBandwidths : System.Collections.Generic.Dictionary<string, Microsoft.Rtc.Internal.Collaboration.Media.SdpMediaBandwidth> with get, set
Public Property MediaBandwidths As Dictionary(Of String, SdpMediaBandwidth)

Property Value

Dictionary<String,SdpMediaBandwidth>

Applies to