SDPMediaDescriptionConnections Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
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
IEnumerableSDPConnection
See Also