Ozeki VoIP SDK Class library
SupportedCodecs Property
NamespacesOzeki.Media.SessionMediaChannelDescriptionSupportedCodecs
Gets the list of the supported codecs of the media channel.
Declaration Syntax
C#Visual BasicVisual C++
public List<CodecDescription> SupportedCodecs { get; private set; }
Public Property SupportedCodecs As List(Of CodecDescription)
	Get
	Private Set
public:
property List<CodecDescription^>^ SupportedCodecs {
	List<CodecDescription^>^ get ();
	private: void set (List<CodecDescription^>^ value);
}
Property Value
List<(Of <(<'CodecDescription>)>)>

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290