4#ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_RTCP_RTP_ROLLING_BUFFER_H
5#define __KINESIS_VIDEO_WEBRTC_CLIENT_RTCP_RTP_ROLLING_BUFFER_H
STATUS freeRtpRollingBufferData(PUINT64)
Definition RtpRollingBuffer.c:43
STATUS rtpRollingBufferAddRtpPacket(PRtpRollingBuffer, PRtpPacket)
Definition RtpRollingBuffer.c:54
STATUS freeRtpRollingBuffer(PRtpRollingBuffer *)
Definition RtpRollingBuffer.c:25
STATUS createRtpRollingBuffer(UINT32, PRtpRollingBuffer *)
Definition RtpRollingBuffer.c:5
STATUS rtpRollingBufferGetValidSeqIndexList(PRtpRollingBuffer, PUINT16, UINT32, PUINT64, PUINT32)
Definition RtpRollingBuffer.c:81
struct RtpRollingBuffer * PRtpRollingBuffer
Definition RollingBuffer.h:15
Definition RtpRollingBuffer.h:13
UINT64 lastIndex
Definition RtpRollingBuffer.h:16
PRollingBuffer pRollingBuffer
Definition RtpRollingBuffer.h:14
Definition RtpPacket.h:99