SDPMessageSDPFields Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Dictionary<string, SDPField> SDPFields { get; set; }
Public Property SDPFields As Dictionary(Of String, SDPField)
Get
Set
public:
property Dictionary<String^, SDPField^>^ SDPFields {
Dictionary<String^, SDPField^>^ get ();
void set (Dictionary<String^, SDPField^>^ value);
}
member SDPFields : Dictionary<string, SDPField> with get, set
Property Value
Type:
DictionaryString,
SDPFieldSee Also