Click or drag to resize
H263Encoder Class
H.263 video Encoder
Currently H.263 encoder supports baseline profile plus Annexes D, F, G, I, J, M, O, P, S, T of the ITU-T Recommendation H.263.
In additional to un-encapsulated (raw) data, the Encoder is able to produce RFC 2190, RFC 2429, RFC 4629 RTP frames.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAVideoEncoderBase
    StreamCoders.EncoderAPVideoEncoderBase
      StreamCoders.EncoderH263Encoder

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

The H263Encoder type exposes the following members.

Constructors
  NameDescription
Public methodH263Encoder
Default constructor.
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