Click or drag to resize
JitterBufferTSetPlayoutBuffer Method
Set this to maintain playoutBufferToUse times from within the jitter buffer. RTCP updates will still have to be managed from the outside by sharing the object.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void SetPlayoutBuffer(
	PlayoutBuffer playoutBufferToUse
)

Parameters

playoutBufferToUse
Type: StreamCoders.RtpPlayoutBuffer
PlayoutBuffer object to maintain.
See Also