Click or drag to resize
QuickTimeFrame Methods

The QuickTimeFrame type exposes the following members.

Methods
  NameDescription
Public methodAddPacket
Adds a packet to the frame.
(Inherited from RtpFrame.)
Public methodClear
Removes all RtpPacket objects from frame.
(Inherited from RtpFrame.)
Public methodGetAssembledFrame
Assembles the payloads in the packets of this frame into one array of Byte. This may have to be called multiple times as there can be multiple frames in the payload(s).
(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