CallMediaManagerWrapperChannelConfigs Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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,
MediaChannelConfigSee Also