ParticipantSenderInformationUpdate Method |
Objects the participant sender information.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Update(
RtpPacket packet
)
Public Sub Update (
packet As RtpPacket
)
public:
void Update(
RtpPacket^ packet
)
member Update :
packet : RtpPacket -> unit
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
.
See Also