Click or drag to resize
H265FrameAddPacket Method
Adds a packet to the frame.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override void AddPacket(
	RtpPacket p
)

Parameters

p
Type: StreamCoders.RtpRtpPacket
The RtpPacket to process.
See Also