ParticipantReceiverInformationUpdate Method (RtcpCompoundPacket) |
Updates the participant receiver information.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Update(
RtcpCompoundPacket compound
)
Public Sub Update (
compound As RtcpCompoundPacket
)
public:
void Update(
RtcpCompoundPacket^ compound
)
member Update :
compound : RtcpCompoundPacket -> unit
Parameters
- compound
- Type: StreamCoders.RtpRtcpCompoundPacket
.
See Also