RTCP related status codes. More...
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 |
RTCP related status codes.
WEBRTC RTCP related codes. Values are derived from STATUS_RTCP_BASE (0x60000000)
#define STATUS_RTCP_BASE STATUS_SCTP_BASE + 0x01000000 |
#define STATUS_RTCP_INPUT_NACK_LIST_INVALID STATUS_RTCP_BASE + 0x00000004 |
#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_PACKET_TOO_SMALL STATUS_RTCP_BASE + 0x00000001 |
#define STATUS_RTCP_INPUT_PARTIAL_PACKET STATUS_RTCP_BASE + 0x00000006 |
#define STATUS_RTCP_INPUT_REMB_INVALID STATUS_RTCP_BASE + 0x00000008 |
#define STATUS_RTCP_INPUT_REMB_TOO_SMALL STATUS_RTCP_BASE + 0x00000007 |
#define STATUS_RTCP_INPUT_SSRC_INVALID STATUS_RTCP_BASE + 0x00000005 |