Click or drag to resize
APVideoEncoderBase Class
Abstract base class for all video encoders.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      More...

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public abstract class APVideoEncoderBase : AVideoEncoderBase

The APVideoEncoderBase type exposes the following members.

Constructors
  NameDescription
Public methodAPVideoEncoderBase
Default constructor.
Top
Properties
  NameDescription
Public propertyCodec (Inherited from AVideoEncoderBase.)
Public propertyLastEncodedFrameType
Gets the FrameType of the most recently encoded Frame.
Public propertyOutputQueue (Inherited from AVideoEncoderBase.)
Top
Methods
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
Inheritance Hierarchy