Click or drag to resize
RtpSender.Send Method (RtpFrame)
Sends an RTP frame to each participant in this sender group.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Send(
	RtpFrame frame
)

Parameters

frame
Type: StreamCoders.Rtp.RtpFrame
Frame to send.
See Also