SmartJitterBufferTSkipLateOrIncompleteFrames Property |
Instructs the jitter to drop a frame when it is incomplete and expired.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool SkipLateOrIncompleteFrames { get; set; }
Public Property SkipLateOrIncompleteFrames As Boolean
Get
Set
public:
property bool SkipLateOrIncompleteFrames {
bool get ();
void set (bool value);
}
member SkipLateOrIncompleteFrames : bool with get, set
Property Value
Type:
BooleanSee Also