| SmartJitterBufferT Properties | 
The SmartJitterBufferT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CheckMarkersForCompletion | 
                Instructs the jitter that a criteria for a complete frame is that it is terminated by a packet that has its marker
                bit set.
             | 
|  | CheckSequenceGaps | 
                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.
             | 
|  | CurrentIncompleteCount | 
                The current number of incomplete frames in the jitter.
             | 
|  | FrameExpiry | 
                The current frame expiry time used for frames.
             | 
|  | Name | 
                Optional name for the jitter.
             | 
|  | OutputQueue | |
|  | SkipLateOrIncompleteFrames | 
                Instructs the jitter to drop a frame when it is incomplete and expired.
             | 
|  | TotalCompleteCount | 
                The total number of completed frames.
             | 
|  | TotalDroppedFramesCount | 
                The total number of frames dropped.
             | 
 See Also
See Also