Click or drag to resize
CodecDescription Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaCodecDescription

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

The CodecDescription type exposes the following members.

Constructors
  NameDescription
Public methodCodecDescription
Initializes a new instance of the CodecDescription class
Top
Methods
Extension Methods
Properties
  NameDescription
Public propertyBitrate
Public propertyChannels
Gets the number of channels.
Public propertyCodecPayloadType
Gets or sets the numeric ID of the codec.
Public propertyCodecType
Gets the type of the codec.
Public propertyEncodingParameters
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.
Public propertyFMTP
Public propertyMediaType
Gets the media type that the codec can encode and decode.
Public propertyName
Gets the encoding name of the codec.
Public propertyPacketizationTime
Public propertySampleRate
Gets the sample rate of the codec.
Top
See Also