Click or drag to resize
MPEG4Encoder Class
MPEG-4.2 Encoder.
Streamcoders MPEG-4 Encoder is an ISO/IEC 14496-2 conforming encoder.
  • Data partitioning
  • Reversible VLC
  • Constant/Variable Bitrates
  • Interlacing
  • Motion Estimation method: Full, Fast; Accuracy: Full, Half, Quarter; Vectors: 1, 4
  • Support for I/P/B-Frames
The Encoder is also able to output RFC 3016 conforming RTP frames, with packet size restrictions.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      StreamCoders.EncoderMPEG4Encoder

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

The MPEG4Encoder type exposes the following members.

Constructors
  NameDescription
Public methodMPEG4Encoder
Initializes a new instance of the MPEG4Encoder 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
  NameDescription
Public methodDispose
Releases all resources used by the MPEG4Encoder
(Overrides AVideoEncoderBaseDispose.)
Public methodGetMediaBuffer (Inherited from AVideoEncoderBase.)
Public methodInit
Initializes this MPEG4Encoder instance.
(Overrides AVideoEncoderBaseInit(VideoEncoderConfiguration).)
Public methodSetBufferProvider
Sets an optional buffer provider to use for cached buffers using lock/unlock semantics.
(Inherited from AVideoEncoderBase.)
Public methodTransform (Inherited from APVideoEncoderBase.)
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