Click or drag to resize
AudioCodecCapability Class
Contains capability information for audio codecs.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersCodecCapability
    StreamCoders.HelpersAudioCodecCapability

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

The AudioCodecCapability type exposes the following members.

Constructors
  NameDescription
Public methodAudioCodecCapability
Initializes a new instance of the AudioCodecCapability 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.)
Top
Methods
  NameDescription
Public methodToString (Inherited from CodecCapability.)
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