JitterBufferTAddPacketT1 Method (RtpPacket) |
Adds a packet to the jitter. This method will automatically create a frame if one does
not already exist and call playoutBufferToUse.UpdateRelativeTimestamp once on the frame object.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual T AddPacket<T1>(
RtpPacket p
)
where T1 :
Public Overridable Function AddPacket(Of T1 As ) (
p As RtpPacket
) As T
public:
generic<typename T1>
where T1 :
virtual T AddPacket(
RtpPacket^ p
)
abstract AddPacket :
p : RtpPacket -> 'T when 'T1 :
override AddPacket :
p : RtpPacket -> 'T when 'T1 :
Parameters
- p
- Type: StreamCoders.RtpRtpPacket
Packet to add.
Type Parameters
- T1
- Generic type parameter.
Return Value
Type:
T
.
See Also