SmartJitterBufferTCheckSequenceGaps Property |
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.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool CheckSequenceGaps { get; set; }
Public Property CheckSequenceGaps As Boolean
Get
Set
public:
property bool CheckSequenceGaps {
bool get ();
void set (bool value);
}
member CheckSequenceGaps : bool with get, set
Property Value
Type:
Boolean
See Also