SmartJitterBufferT Constructor (TimeSpan) |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public SmartJitterBuffer(
TimeSpan globalThresholdDuration
)
Public Sub New (
globalThresholdDuration As TimeSpan
)
public:
SmartJitterBuffer(
TimeSpan globalThresholdDuration
)
new :
globalThresholdDuration : TimeSpan -> SmartJitterBuffer
Parameters
- globalThresholdDuration
- Type: SystemTimeSpan
Threshold for global jitter duration, that when exceeded will get frames purged
out of the buffer.
See Also