Provides information about a codec.

C# | Visual Basic | Visual C++ |
public class CodecInfo : EventArgs, IEquatable<CodecInfo>, INotifyPropertyChanged
Public Class CodecInfo Inherits EventArgs Implements IEquatable(Of CodecInfo), INotifyPropertyChanged
public ref class CodecInfo : public EventArgs, IEquatable<CodecInfo^>, INotifyPropertyChanged

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | CodecInfo(Int32, String, Int32, Boolean, CodecMediaType) |
Initializes a new instance of the CodecInfo class.
|
![]() | CodecName |
Gets the name of the codec.
|
![]() | CodecType |
Gets the type of the codec.
|
![]() | Enabled |
Gets or sets a boolean value indicating whether the codec is enabled during the following calls.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).) |
![]() | Equals(CodecInfo) | |
![]() | GetHashCode()()()() |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode()()()().) |
![]() | MediaType |
Gets the media type of the codec.
|
![]() | PayloadType |
Gets the payload type of the codec.
|
![]() | PropertyChanged | |
![]() | SampleRate |
Gets the sample rate of the codec.
|
![]() | ToString()()()() |
Creates the string representation of the CodecInfo object.
(Overrides Object.ToString()()()().) |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290