Amazon Kinesis Webrtc C SDK
RTCPStatusCodes

RTCP related status codes. More...

Collaboration diagram for RTCPStatusCodes:

Macros

#define STATUS_RTCP_BASE   STATUS_SCTP_BASE + 0x01000000
 
#define STATUS_RTCP_INPUT_PACKET_TOO_SMALL   STATUS_RTCP_BASE + 0x00000001
 
#define STATUS_RTCP_INPUT_PACKET_INVALID_VERSION   STATUS_RTCP_BASE + 0x00000002
 
#define STATUS_RTCP_INPUT_PACKET_LEN_MISMATCH   STATUS_RTCP_BASE + 0x00000003
 
#define STATUS_RTCP_INPUT_NACK_LIST_INVALID   STATUS_RTCP_BASE + 0x00000004
 
#define STATUS_RTCP_INPUT_SSRC_INVALID   STATUS_RTCP_BASE + 0x00000005
 
#define STATUS_RTCP_INPUT_PARTIAL_PACKET   STATUS_RTCP_BASE + 0x00000006
 
#define STATUS_RTCP_INPUT_REMB_TOO_SMALL   STATUS_RTCP_BASE + 0x00000007
 
#define STATUS_RTCP_INPUT_REMB_INVALID   STATUS_RTCP_BASE + 0x00000008
 

Detailed Description

RTCP related status codes.

WEBRTC RTCP related codes. Values are derived from STATUS_RTCP_BASE (0x60000000)

Macro Definition Documentation

◆ STATUS_RTCP_BASE

#define STATUS_RTCP_BASE   STATUS_SCTP_BASE + 0x01000000

◆ STATUS_RTCP_INPUT_NACK_LIST_INVALID

#define STATUS_RTCP_INPUT_NACK_LIST_INVALID   STATUS_RTCP_BASE + 0x00000004

◆ STATUS_RTCP_INPUT_PACKET_INVALID_VERSION

#define STATUS_RTCP_INPUT_PACKET_INVALID_VERSION   STATUS_RTCP_BASE + 0x00000002

◆ STATUS_RTCP_INPUT_PACKET_LEN_MISMATCH

#define STATUS_RTCP_INPUT_PACKET_LEN_MISMATCH   STATUS_RTCP_BASE + 0x00000003

◆ STATUS_RTCP_INPUT_PACKET_TOO_SMALL

#define STATUS_RTCP_INPUT_PACKET_TOO_SMALL   STATUS_RTCP_BASE + 0x00000001

◆ STATUS_RTCP_INPUT_PARTIAL_PACKET

#define STATUS_RTCP_INPUT_PARTIAL_PACKET   STATUS_RTCP_BASE + 0x00000006

◆ STATUS_RTCP_INPUT_REMB_INVALID

#define STATUS_RTCP_INPUT_REMB_INVALID   STATUS_RTCP_BASE + 0x00000008

◆ STATUS_RTCP_INPUT_REMB_TOO_SMALL

#define STATUS_RTCP_INPUT_REMB_TOO_SMALL   STATUS_RTCP_BASE + 0x00000007

◆ STATUS_RTCP_INPUT_SSRC_INVALID

#define STATUS_RTCP_INPUT_SSRC_INVALID   STATUS_RTCP_BASE + 0x00000005