PlayoutBufferUpdate Method (Url, RtpInfo) |
Updates playout buffer with information contained in RTP-Info header of an RTSP Play
response.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Update(
Url streamUrl,
RtpInfo rtpInfo
)
Public Sub Update (
streamUrl As Url,
rtpInfo As RtpInfo
)
public:
void Update(
Url^ streamUrl,
RtpInfo^ rtpInfo
)
member Update :
streamUrl : Url *
rtpInfo : RtpInfo -> unit
Parameters
- streamUrl
- Type: StreamCoders.RtspUrl
The stream/track URL. - rtpInfo
- Type: StreamCoders.RtspRtpInfo
The RTPInfo object as returned by the Play response.
See Also