JitterBufferTFindCompleteFrame Method |
Finds the first available frame to be release from the jitter.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual RtpFrame FindCompleteFrame()
Public Overridable Function FindCompleteFrame As RtpFrame
public:
virtual RtpFrame^ FindCompleteFrame()
abstract FindCompleteFrame : unit -> RtpFrame
override FindCompleteFrame : unit -> RtpFrame
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