SmartJitterBufferTAddPacket Method (RtpPacket) |
Adds a packet to the jitter
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void AddPacket(
RtpPacket packet
)
Public Sub AddPacket (
packet As RtpPacket
)
public:
void AddPacket(
RtpPacket^ packet
)
member AddPacket :
packet : RtpPacket -> unit
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
The RTP packet to add.
Remarks
See Also