IRtpParticipantOnRtpReceive Event |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax event RtpParticipantRtpPacketHandler OnRtpReceive
Event OnRtpReceive As RtpParticipantRtpPacketHandler
event RtpParticipantRtpPacketHandler^ OnRtpReceive {
void add (RtpParticipantRtpPacketHandler^ value);
void remove (RtpParticipantRtpPacketHandler^ value);
}
abstract OnRtpReceive : IEvent<RtpParticipantRtpPacketHandler,
EventArgs>
Value
Type:
StreamCoders.RtpRtpParticipantRtpPacketHandlerSee Also