Click or drag to resize
JpegFrame Methods

The JpegFrame type exposes the following members.

Methods
  NameDescription
Public methodAddPacket (Overrides RtpFrameAddPacket(RtpPacket).)
Public methodClear
Removes all RtpPacket objects from frame.
(Inherited from RtpFrame.)
Public methodGetAssembledFrame (Overrides RtpFrameGetAssembledFrame.)
Public methodGetNextPacket
Retrieves Packets from the frame, sorted by their sequence numbers.
(Inherited from RtpFrame.)
Public methodPeek
Allows to peek at the first packet in the queue. The packet will not be removed.
(Inherited from RtpFrame.)
Public methodSetExpiry
Set the expiry of the frame for age and update-age of the frame content in milliseconds.
(Inherited from RtpFrame.)
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