SRTP related status codes. More...
Macros | |
#define | STATUS_SRTP_BASE STATUS_ICE_BASE + 0x01000000 |
#define | STATUS_SRTP_DECRYPT_FAILED STATUS_SRTP_BASE + 0x00000001 |
#define | STATUS_SRTP_ENCRYPT_FAILED STATUS_SRTP_BASE + 0x00000002 |
#define | STATUS_SRTP_TRANSMIT_SESSION_CREATION_FAILED STATUS_SRTP_BASE + 0x00000003 |
#define | STATUS_SRTP_RECEIVE_SESSION_CREATION_FAILED STATUS_SRTP_BASE + 0x00000004 |
#define | STATUS_SRTP_INIT_FAILED STATUS_SRTP_BASE + 0x00000005 |
#define | STATUS_SRTP_NOT_READY_YET STATUS_SRTP_BASE + 0x00000006 |
SRTP related status codes.
WEBRTC SRTP related codes. Values are derived from STATUS_SRTP_BASE (0x5b000000)
#define STATUS_SRTP_BASE STATUS_ICE_BASE + 0x01000000 |
#define STATUS_SRTP_DECRYPT_FAILED STATUS_SRTP_BASE + 0x00000001 |
#define STATUS_SRTP_ENCRYPT_FAILED STATUS_SRTP_BASE + 0x00000002 |
#define STATUS_SRTP_INIT_FAILED STATUS_SRTP_BASE + 0x00000005 |
#define STATUS_SRTP_NOT_READY_YET STATUS_SRTP_BASE + 0x00000006 |
#define STATUS_SRTP_RECEIVE_SESSION_CREATION_FAILED STATUS_SRTP_BASE + 0x00000004 |
#define STATUS_SRTP_TRANSMIT_SESSION_CREATION_FAILED STATUS_SRTP_BASE + 0x00000003 |