Click or drag to resize
SmartJitterBufferT Constructor (TimeSpan)

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public SmartJitterBuffer(
	TimeSpan globalThresholdDuration
)

Parameters

globalThresholdDuration
Type: SystemTimeSpan
Threshold for global jitter duration, that when exceeded will get frames purged out of the buffer.
See Also