Click or drag to resize

CodecInfo Class

Provides information about a codec.
Inheritance Hierarchy

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class CodecInfo : EventArgs, INotifyPropertyChanged

The CodecInfo type exposes the following members.

Constructors
  NameDescription
Public methodCodecInfo
Initializes a new instance of the CodecInfo class.
Top
Properties
  NameDescription
Public propertyCodecName
Gets the name of the codec.
Public propertyCodecType
Gets the type of the codec.
Public propertyEnabled
Gets or sets a boolean value indicating whether the codec is enabled during the following calls.
Public propertyMediaType
Gets the media type of the codec.
Public propertyPayloadType
Gets the payload type of the codec.
Public propertySampleRate
Gets the sample rate of the codec.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Top
Extension Methods
  NameDescription
Public Extension MethodToCodecDescription (Defined by CodecInfoEx.)
Top
See Also