IRtpParticipantSend Method (RtpFrame) |
Send RTP frame.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxvoid Send(
RtpFrame frame
)
Sub Send (
frame As RtpFrame
)
void Send(
RtpFrame^ frame
)
abstract Send :
frame : RtpFrame -> unit
Parameters
- frame
- Type: StreamCoders.RtpRtpFrame
The frame.
See Also