Click or drag to resize
VC1Encoder Class
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      StreamCoders.EncoderVC1Encoder

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VC1Encoder : APVideoEncoderBase, IDisposable

The VC1Encoder type exposes the following members.

Constructors
  NameDescription
Public methodVC1Encoder
Initializes a new instance of the VC1Encoder class
Top
Properties
  NameDescription
Public propertyCodec (Inherited from AVideoEncoderBase.)
Public propertyLastEncodedFrameType
Gets the FrameType of the most recently encoded Frame.
(Inherited from APVideoEncoderBase.)
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