Click or drag to resize
SmartJitterBufferT Properties

The SmartJitterBufferT generic type exposes the following members.

Properties
  NameDescription
Public propertyCheckMarkersForCompletion
Instructs the jitter that a criteria for a complete frame is that it is terminated by a packet that has its marker bit set.
Public propertyCheckSequenceGaps
Instructs the jitter that a criteria for a complete frame is that the frame has no sequence gaps. This should always be true unless highly unreliable transports are used.
Public propertyCurrentIncompleteCount
The current number of incomplete frames in the jitter.
Public propertyFrameExpiry
The current frame expiry time used for frames.
Public propertyName
Optional name for the jitter.
Public propertyOutputQueue
Public propertySkipLateOrIncompleteFrames
Instructs the jitter to drop a frame when it is incomplete and expired.
Public propertyTotalCompleteCount
The total number of completed frames.
Public propertyTotalDroppedFramesCount
The total number of frames dropped.
Top
See Also