Click or drag to resize
FrameCreator Class
Abstract base class for all RTP frame packetizers.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtpFrameCreator
    StreamCoders.RtpAacFrameCreator
    StreamCoders.RtpH264FrameCreator
    StreamCoders.RtpMpeg42FrameCreator

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public abstract class FrameCreator

The FrameCreator type exposes the following members.

Constructors
  NameDescription
Public methodFrameCreator
Constructor.
Top
Properties
  NameDescription
Public propertySequenceNumber
Is the next sequence number to be used for packetization.
Public propertyTimestamp
Is the initial timestamp to be used for packetization.
Top
Methods
  NameDescription
Public methodCreateFrame
Implements the creation of an RTP frame with respect to MTU size. Timing information for each frame must be provided by the input buffer.
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