PlayoutBufferUpdate Method (RtcpSenderReport) |
Updates the given streamReader.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void Update(
RtcpSenderReport senderReport
)
Public Sub Update (
senderReport As RtcpSenderReport
)
public:
void Update(
RtcpSenderReport^ senderReport
)
member Update :
senderReport : RtcpSenderReport -> unit
Parameters
- senderReport
- Type: StreamCoders.RtpRtcpSenderReport
The streamReader.
See Also