Click or drag to resize
JitterBufferT Methods

The JitterBufferT generic type exposes the following members.

Methods
  NameDescription
Public methodAddPacket(RtpPacket)
Adds a packet to the jitter. This method will automatically create a frame if one does not already exist and call playoutBufferToUse.UpdateRelativeTimestamp once on the frame object.
Public methodAddPacketT1(RtpPacket)
Adds a packet to the jitter. This method will automatically create a frame if one does not already exist and call playoutBufferToUse.UpdateRelativeTimestamp once on the frame object.
Public methodClear
Removes all frames from jitter buffer.
Public methodContainsFrame
Checks whether a frame is already contained within the jitter.
Public methodFindCompleteFrame
Finds the first available frame to be release from the jitter.
Public methodSetPlayoutBuffer
Set this to maintain playoutBufferToUse times from within the jitter buffer. RTCP updates will still have to be managed from the outside by sharing the object.
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