RtpSender.Send Method (RtpFrame) |
Sends an RTP frame to each participant in this sender group.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void Send(
RtpFrame frame
)
Public Sub Send (
frame As RtpFrame
)
public:
void Send(
RtpFrame^ frame
)
member Send :
frame : RtpFrame -> unit
Parameters
- frame
- Type: StreamCoders.Rtp.RtpFrame
Frame to send.
See Also