RTP Thread
[RTP Layer]

Collaboration diagram for RTP Thread:

Functions

rtp_thread * rtp_init (void)
int rtp_thread_create (rtp_thread *)

Detailed Description

RTP Thread

Function Documentation

rtp_thread* rtp_init ( void   ) 

Allocates a new rtp_thread and initializes the parsers for rtp packets

Returns:
A valid rtp_thread if it was possible to allocate it or NULL

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.

Parameters:
rtp_th The newly allocated and initialized rtp thread
Returns:
0 if everything was ok, 1 otherwise

Definition at line 225 of file rtp_thread.c.

References rtp().

Referenced by init_state().

Here is the call graph for this function:


Generated on Tue Feb 3 03:10:03 2009 for libnemesi by  doxygen 1.5.4