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