CallMediaManagerWrapperChannelConfigs Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic override ConcurrentDictionary<CodecMediaType, MediaChannelConfig> ChannelConfigs { get; protected set; }
Public Overrides Property ChannelConfigs As ConcurrentDictionary(Of CodecMediaType, MediaChannelConfig)
Get
Protected Set
public:
virtual property ConcurrentDictionary<CodecMediaType, MediaChannelConfig^>^ ChannelConfigs {
ConcurrentDictionary<CodecMediaType, MediaChannelConfig^>^ get () override;
protected: void set (ConcurrentDictionary<CodecMediaType, MediaChannelConfig^>^ value) override;
}
abstract ChannelConfigs : ConcurrentDictionary<CodecMediaType, MediaChannelConfig> with get, set
override ChannelConfigs : ConcurrentDictionary<CodecMediaType, MediaChannelConfig> with get, set
Property Value
Type:
ConcurrentDictionaryCodecMediaType,
MediaChannelConfig
See Also