87 ORTP_PUBLIC 
void ortp_global_stats_reset(
void);
 
   88 ORTP_PUBLIC 
rtp_stats_t *ortp_get_global_stats(
void);
 
   92 ORTP_PUBLIC 
void rtp_stats_reset(
rtp_stats_t *stats);
 
ORTP_PUBLIC void ortp_init(void)
Definition: ortp.c:72
ORTP_PUBLIC void ortp_scheduler_init(void)
Definition: ortp.c:93
ORTP_PUBLIC bool_t ortp_min_version_required(int major, int minor, int micro)
Definition: ortp.c:192
ORTP_PUBLIC void ortp_global_stats_display(void)
Definition: ortp.c:144
ORTP_PUBLIC void ortp_exit(void)
Definition: ortp.c:117
Sending and receiving multiple streams together with only one thread. 
ORTP_PUBLIC void rtp_stats_display(const rtp_stats_t *stats, const char *header)
Definition: ortp.c:155