Click or drag to resize
SpeechCodecCapability Class
Contains capability information for speech codecs.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersCodecCapability
    StreamCoders.HelpersSpeechCodecCapability

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class SpeechCodecCapability : CodecCapability

The SpeechCodecCapability type exposes the following members.

Constructors
  NameDescription
Public methodSpeechCodecCapability
Initializes a new instance of the SpeechCodecCapability class
Top
Properties
  NameDescription
Public propertyCodec
Gets the codec.
(Inherited from CodecCapability.)
Public propertyCodecCapabilityType (Inherited from CodecCapability.)
Public propertyFrameworkSupport
Indiciates whether the codec is currently supported in this version of the framework.
(Inherited from CodecCapability.)
Public propertyPacketDuration
The packet duration used by this codec.
Top
Methods
Fields
  NameDescription
Public fieldBitrates
Supported bitrates by the codec.
Public fieldSampleFrequencies
Supported sample frequencies by the codec.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also