Click or drag to resize

CodecDescription Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaCodecDescription

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class CodecDescription

The CodecDescription type exposes the following members.

Constructors
 NameDescription
Public methodCodecDescriptionInitializes a new instance of the CodecDescription class
Top
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
Methods
Extension Methods
 NameDescription
Public Extension MethodToCodecInfo
(Defined by CodecInfoEx)
Public Extension MethodToCodecInfo
(Defined by CodecInfoEx)
Top
See Also