LumiSoft Net Help
AudioCodecs Property
NamespacesLumiSoft.Net.MediaAudioIn_RTPAudioCodecs
Gets or sets audio codecs.
Declaration Syntax
C#Visual BasicVisual C++F#
public Dictionary<int, AudioCodec> AudioCodecs { get; set; }
Public Property AudioCodecs As Dictionary(Of Integer, AudioCodec)
	Get
	Set
public:
property Dictionary<int, AudioCodec^>^ AudioCodecs {
	Dictionary<int, AudioCodec^>^ get ();
	void set (Dictionary<int, AudioCodec^>^ value);
}
member AudioCodecs : Dictionary<int, AudioCodec> with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentNullExceptionIs raised when null reference passed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119