Click or drag to resize
PlayoutBufferUpdate Method (Url, RtpInfo)
Updates playout buffer with information contained in RTP-Info header of an RTSP Play response.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Update(
	Url streamUrl,
	RtpInfo rtpInfo
)

Parameters

streamUrl
Type: StreamCoders.RtspUrl
The stream/track URL.
rtpInfo
Type: StreamCoders.RtspRtpInfo
The RTPInfo object as returned by the Play response.
See Also