RTP related status codes. More...
Macros | |
#define | STATUS_RTP_BASE STATUS_SRTP_BASE + 0x01000000 |
#define | STATUS_RTP_INPUT_PACKET_TOO_SMALL STATUS_RTP_BASE + 0x00000001 |
#define | STATUS_RTP_INPUT_MTU_TOO_SMALL STATUS_RTP_BASE + 0x00000002 |
#define | STATUS_RTP_INVALID_NALU STATUS_RTP_BASE + 0x00000003 |
#define | STATUS_RTP_INVALID_EXTENSION_LEN STATUS_RTP_BASE + 0x00000004 |
RTP related status codes.
WEBRTC RTP related codes. Values are derived from STATUS_RTP_BASE (0x5c000000)
#define STATUS_RTP_BASE STATUS_SRTP_BASE + 0x01000000 |
#define STATUS_RTP_INPUT_MTU_TOO_SMALL STATUS_RTP_BASE + 0x00000002 |
#define STATUS_RTP_INPUT_PACKET_TOO_SMALL STATUS_RTP_BASE + 0x00000001 |
#define STATUS_RTP_INVALID_EXTENSION_LEN STATUS_RTP_BASE + 0x00000004 |
#define STATUS_RTP_INVALID_NALU STATUS_RTP_BASE + 0x00000003 |