|
live
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
| #define | _ANSI_ARGS_(x) () |
| #define | EXTERN extern |
| #define | EVENT_UNKNOWN 0 |
| #define | EVENT_REPORT 1 |
| #define | EVENT_BYE 2 |
| #define | PACKET_UNKNOWN_TYPE 0 |
| #define | PACKET_RTP 1 |
| #define | PACKET_RTCP_REPORT 2 |
| #define | PACKET_BYE 3 |
| #define | PACKET_RTCP_APP 4 |
| #define | drand48 drand30 |
| #define | exit(n) do {} while (0) |
| #define | FALSE 0 |
| #define | TRUE 1 |
Typedefs | |
| typedef void * | event |
| typedef double | time_tp |
| typedef void * | packet |
Functions | |
| EXTERN void OnExpire | _ANSI_ARGS_ ((event, int, int, double, int, double *, int *, time_tp, time_tp *, int *)) |
| EXTERN void OnReceive | _ANSI_ARGS_ ((packet, event, int *, int *, int *, double *, double *, double, double)) |
| EXTERN void Schedule | _ANSI_ARGS_ ((double, event)) |
| EXTERN void SendRTCPReport | _ANSI_ARGS_ ((event)) |
| EXTERN double drand30 | _ANSI_ARGS_ ((void)) |
| #define _ANSI_ARGS_ | ( | x | ) | () |
Definition at line 36 of file rtcp_from_spec.h.
| #define drand48 drand30 |
Definition at line 64 of file rtcp_from_spec.h.
| #define EVENT_BYE 2 |
Definition at line 49 of file rtcp_from_spec.h.
| #define EVENT_REPORT 1 |
Definition at line 48 of file rtcp_from_spec.h.
| #define EVENT_UNKNOWN 0 |
Definition at line 47 of file rtcp_from_spec.h.
| #define exit | ( | n | ) | do {} while (0) |
Definition at line 67 of file rtcp_from_spec.h.
| #define EXTERN extern |
Definition at line 41 of file rtcp_from_spec.h.
| #define FALSE 0 |
Definition at line 70 of file rtcp_from_spec.h.
| #define PACKET_BYE 3 |
Definition at line 60 of file rtcp_from_spec.h.
| #define PACKET_RTCP_APP 4 |
Definition at line 61 of file rtcp_from_spec.h.
| #define PACKET_RTCP_REPORT 2 |
Definition at line 59 of file rtcp_from_spec.h.
| #define PACKET_RTP 1 |
Definition at line 58 of file rtcp_from_spec.h.
| #define PACKET_UNKNOWN_TYPE 0 |
Definition at line 57 of file rtcp_from_spec.h.
| #define TRUE 1 |
Definition at line 73 of file rtcp_from_spec.h.
| typedef void* event |
Definition at line 45 of file rtcp_from_spec.h.
| typedef void* packet |
Definition at line 55 of file rtcp_from_spec.h.
| typedef double time_tp |
Definition at line 52 of file rtcp_from_spec.h.
| EXTERN void OnExpire _ANSI_ARGS_ | ( | (event, int, int, double, int, double *, int *, time_tp, time_tp *, int *) | ) |
| EXTERN void OnReceive _ANSI_ARGS_ | ( | (packet, event, int *, int *, int *, double *, double *, double, double) | ) |
| EXTERN double drand30 _ANSI_ARGS_ | ( | (void) | ) |