Class VP8RtpReceiver
Class for processing RTP packets containing VP8 encode video frames.
Inherited Members
Namespace: SipLib.Video
Assembly: SipLib.dll
Syntax
public class VP8RtpReceiver : VideoRtpReceiver
Methods
| Edit this page View SourceProcessRtpPacket(RtpPacket)
Processes RTP packets and builds up a complete VP8 encoded video frame.
Declaration
public override byte[]? ProcessRtpPacket(RtpPacket rtpPacket)
Parameters
Type | Name | Description |
---|---|---|
RtpPacket | rtpPacket | Input RTP packet |
Returns
Type | Description |
---|---|
byte[] | Returns a complete video frame containing VP8 encoded video data when a full frame is ready. Returns null if a full frame is not ready yet. |