Click or drag to resize

CodecInfo Class

Provides information about a codec.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.MediaCodecInfo

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(CodecInfo)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodToString
Creates the string representation of the CodecInfo object.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Top
Extension Methods
  NameDescription
Public Extension MethodToCodecDescription (Defined by CodecInfoEx.)
Top
See Also