Go to the source code of this file.
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)) |
| typedef void* event |
Definition at line 27 of file rtcp_from_spec.h.
| typedef double time_tp |
Definition at line 34 of file rtcp_from_spec.h.
| typedef void* packet |
Definition at line 37 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 void Reschedule _ANSI_ARGS_ | ( | (double, event) | ) |
| EXTERN void RemoveSender _ANSI_ARGS_ | ( | (event) | ) |
| EXTERN double drand30 _ANSI_ARGS_ | ( | (void) | ) |
1.5.5