#include <ortp/rtpsession.h>
#include <ortp/sessionset.h>


Go to the source code of this file.
Defines | |
| #define | ortp_log_level_enabled(level) (__ortp_log_mask & (level)) |
| #define | ortp_logv(level, fmt, args) |
| #define | ortp_debug(...) |
Typedefs | |
| typedef void(* | OrtpLogFunc )(OrtpLogLevel lev, const char *fmt, va_list args) |
Enumerations | |
| enum | OrtpLogLevel { ORTP_DEBUG = 1, ORTP_MESSAGE = 1<<1, ORTP_WARNING = 1<<2, ORTP_ERROR = 1<<3, ORTP_FATAL = 1<<4, ORTP_LOGLEV_END = 1<<5 } |
Functions | |
| bool_t | ortp_min_version_required (int major, int minor, int micro) |
| void | ortp_init (void) |
| void | ortp_scheduler_init (void) |
| void | ortp_exit (void) |
| void | ortp_set_log_file (FILE *file) |
| void | ortp_set_log_handler (OrtpLogFunc func) |
| void | ortp_set_log_level_mask (int levelmask) |
| void | ortp_global_stats_reset (void) |
| rtp_stats_t * | ortp_get_global_stats (void) |
| void | ortp_global_stats_display (void) |
| void | rtp_stats_display (const rtp_stats_t *stats, const char *header) |
| void | rtp_stats_reset (rtp_stats_t *stats) |
Variables | |
| VAR_DECLSPEC OrtpLogFunc | ortp_logv_out |
| unsigned int | __ortp_log_mask |
| rtp_stats_t | ortp_global_stats |
Definition in file ortp.h.
| #define ortp_logv | ( | level, | |||
| fmt, | |||||
| args | ) |
| void ortp_exit | ( | void | ) |
| void ortp_global_stats_display | ( | void | ) |
| void ortp_init | ( | void | ) |
| bool_t ortp_min_version_required | ( | int | major, | |
| int | minor, | |||
| int | micro | |||
| ) |
| void ortp_scheduler_init | ( | void | ) |
| void ortp_set_log_file | ( | FILE * | file | ) |
| void ortp_set_log_handler | ( | OrtpLogFunc | func | ) |
| void ortp_set_log_level_mask | ( | int | levelmask | ) |
| void rtp_stats_display | ( | const rtp_stats_t * | stats, | |
| const char * | header | |||
| ) |
1.5.4