Class H264RtpReceiver
Class that processes RTP packets containing H264 encoded video data.
Inherited Members
Namespace: SipLib.Video
Assembly: SipLib.dll
Syntax
public class H264RtpReceiver : VideoRtpReceiver
Constructors
| Edit this page View SourceH264RtpReceiver()
Constructor
Declaration
public H264RtpReceiver()
Methods
| Edit this page View SourceProcessRtpPacket(RtpPacket)
Processes a new RTP packet containing an H264 NAL.
Declaration
public override byte[]? ProcessRtpPacket(RtpPacket rtpPacket)
Parameters
Type | Name | Description |
---|---|---|
RtpPacket | rtpPacket | RTP packet to process |
Returns
Type | Description |
---|---|
byte[] | Returns a byte array containing a complete H264 access unit frame when a full frame has been received. Returns null if a full frame is not ready yet. |