Amazon Kinesis Webrtc C SDK
RTPStatusCodes

RTP related status codes. More...

Collaboration diagram for RTPStatusCodes:

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
 

Detailed Description

RTP related status codes.

WEBRTC RTP related codes. Values are derived from STATUS_RTP_BASE (0x5c000000)

Macro Definition Documentation

◆ STATUS_RTP_BASE

#define STATUS_RTP_BASE   STATUS_SRTP_BASE + 0x01000000

◆ STATUS_RTP_INPUT_MTU_TOO_SMALL

#define STATUS_RTP_INPUT_MTU_TOO_SMALL   STATUS_RTP_BASE + 0x00000002

◆ STATUS_RTP_INPUT_PACKET_TOO_SMALL

#define STATUS_RTP_INPUT_PACKET_TOO_SMALL   STATUS_RTP_BASE + 0x00000001

◆ STATUS_RTP_INVALID_EXTENSION_LEN

#define STATUS_RTP_INVALID_EXTENSION_LEN   STATUS_RTP_BASE + 0x00000004

◆ STATUS_RTP_INVALID_NALU

#define STATUS_RTP_INVALID_NALU   STATUS_RTP_BASE + 0x00000003