Adds a packet to the frame.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual void AddPacket(
RtpPacket p
)
Public Overridable Sub AddPacket (
p As RtpPacket
)
public:
virtual void AddPacket(
RtpPacket^ p
)
abstract AddPacket :
p : RtpPacket -> unit
override AddPacket :
p : RtpPacket -> unit
Parameters
- p
- Type: StreamCoders.RtpRtpPacket
The RtpPacket to process.
See Also