| SDPMediaDescriptionBandwidths Property  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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