Click or drag to resize
JitterBufferTFindCompleteFrame Method
Finds the first available frame to be release from the jitter.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual RtpFrame FindCompleteFrame()

Return Value

Type: RtpFrame
The found complete frame.
Remarks
For this method to return a frame, RTPPFrame.FrameComplete and RTPPFrame.IsExpired must evaluate to true.
See Also