SDPMediaDescriptionBandwidths Property |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IEnumerable<SDPBandwidth> Bandwidths { get; set; }
Public Property Bandwidths As IEnumerable(Of SDPBandwidth)
Get
Set
public:
property IEnumerable<SDPBandwidth^>^ Bandwidths {
IEnumerable<SDPBandwidth^>^ get ();
void set (IEnumerable<SDPBandwidth^>^ value);
}
member Bandwidths : IEnumerable<SDPBandwidth> with get, set
Property Value
Type:
IEnumerableSDPBandwidth
See Also