| C# | Visual Basic | Visual C++ |
public class CodecDescription : IEquatable<CodecDescription>
Public Class CodecDescription Implements IEquatable(Of CodecDescription)
public ref class CodecDescription : IEquatable<CodecDescription^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CodecDescription(Int32, String, Int32, Int32, MediaType, Int32, Int32, String, String) | Initializes a new instance of the CodecDescription class | |
| Bitrate | ||
| Channels |
Gets the number of channels.
| |
| CodecPayloadType |
Gets or sets the numeric ID of the codec.
| |
| CodecType |
Gets the type of the codec.
| |
| EncodingParameters |
For audio streams, indicates the number of audio channels.
For video streams, no encoding parameters are currently specified.
Additional encoding parameters MAY be defined in the future, butt codec-specific parameters SHOULD NOT be added.
| |
| Equals(CodecDescription) | ||
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| FMTP | ||
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| MediaType |
Gets the media type that the codec can encode and decode.
| |
| Name |
Gets the encoding name of the codec.
| |
| PacketizationTime | ||
| SampleRate |
Gets the sample rate of the codec.
| |
| ToCodecInfo(CodecDescription) | (Inherited from CodecInfoEx.) | |
| ToString()()()() | (Overrides Object.ToString()()()().) |
| Object | |
| CodecDescription | |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290