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