JitterBufferTAddPacket 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)
Syntaxpublic virtual T AddPacket(
RtpPacket p
)
Public Overridable Function AddPacket (
p As RtpPacket
) As T
public:
virtual T AddPacket(
RtpPacket^ p
)
abstract AddPacket :
p : RtpPacket -> 'T
override AddPacket :
p : RtpPacket -> 'T
Parameters
- p
- Type: StreamCoders.RtpRtpPacket
Packet to add.
Return Value
Type:
T
.
See Also