Click or drag to resize
VideoCodecCapability Class
Contains capability information for video codecs.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersCodecCapability
    StreamCoders.HelpersVideoCodecCapability

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

The VideoCodecCapability type exposes the following members.

Constructors
  NameDescription
Public methodVideoCodecCapability
Initializes a new instance of the VideoCodecCapability 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