|
Functions | |
| rtp_thread * | rtp_init (void) |
| int | rtp_thread_create (rtp_thread *) |
| rtp_thread* rtp_init | ( | void | ) |
Allocates a new rtp_thread and initializes the parsers for rtp packets
Definition at line 192 of file rtp_thread.c.
References BP_SLOT_NUM.
Referenced by rtsp_init().
| int rtp_thread_create | ( | rtp_thread * | rtp_th | ) |
Given an rtp_thread registers the main loop for the thread, binds the specific parsers for the payloads announced for the thread.
| rtp_th | The newly allocated and initialized rtp thread |
Definition at line 225 of file rtp_thread.c.
References rtp().
Referenced by init_state().

1.5.4