Click or drag to resize
CodecInfo Class
Provides information about a codec.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class CodecInfo : EventArgs, IEquatable<CodecInfo>, 
	INotifyPropertyChanged

The CodecInfo type exposes the following members.

Constructors
  NameDescription
Public methodCodecInfo
Initializes a new instance of the CodecInfo class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToCodecDescription (Defined by CodecInfoEx.)
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
Events
  NameDescription
Public eventPropertyChanged
Top
See Also