Click or drag to resize
SmartJitterBufferTSetPlayoutBuffer Method
Sets the playout buffer to use in order to assign presentation times.

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
Playout buffer object created for the payload.
See Also