JitterBufferTSkipLateOrIncompleteFrames Field |
If set to true, the jitter will not release partially completed frames (due to packet
loss etc.). A frame is considered late when the frame age is 1.5 times that of
FrameExpiry.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SkipLateOrIncompleteFrames
Public SkipLateOrIncompleteFrames As Boolean
public:
bool SkipLateOrIncompleteFrames
val mutable SkipLateOrIncompleteFrames: bool
Field Value
Type:
Boolean
See Also