Click or drag to resize
CodecCapability Class
Contains capability information of codecs.
Inheritance Hierarchy

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

The CodecCapability type exposes the following members.

Constructors
  NameDescription
Public methodCodecCapability
Initializes a new instance of the CodecCapability class
Top
Properties
  NameDescription
Public propertyCodec
Gets the codec.
Public propertyCodecCapabilityType
Public propertyFrameworkSupport
Indiciates whether the codec is currently supported in this version of the framework.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
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