comparison include/rtp_defs.h @ 5:4a5560ef0807

include/rtp_defs.h: #include <stdint.h> dependency
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 20:50:51 +0000
parents 9e7e9ba22e42
children
comparison
equal deleted inserted replaced
4:764bbf72392f 5:4a5560ef0807
2 * This header file holds some definitions for RTP, as this protocol 2 * This header file holds some definitions for RTP, as this protocol
3 * functions in our GSM and PSTN environment. 3 * functions in our GSM and PSTN environment.
4 */ 4 */
5 5
6 #pragma once 6 #pragma once
7
8 #include <stdint.h>
7 9
8 #define RTP_PACKET_HDR_SIZE 12 10 #define RTP_PACKET_HDR_SIZE 12
9 #define RTP_PACKET_SIZE_PSTN 172 11 #define RTP_PACKET_SIZE_PSTN 172
10 #define RTP_MAX_PAYLOAD 160 12 #define RTP_MAX_PAYLOAD 160
11 13