SmartJitterBufferTAddPacketT1 Method (RtpPacket) |
Addds a packet to the jitter
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void AddPacket<T1>(
RtpPacket packet
)
where T1 : new(), RtpFrame
Public Sub AddPacket(Of T1 As {New, RtpFrame}) (
packet As RtpPacket
)
public:
generic<typename T1>
where T1 : gcnew(), RtpFrame
void AddPacket(
RtpPacket^ packet
)
member AddPacket :
packet : RtpPacket -> unit when 'T1 : new() and RtpFrame
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
The RTP packet to add.
Type Parameters
- T1
- The type of RtpFrame to instantiate
See Also