Sender thread params that are passed to the sender thread when it is created
Public Fields
-
int threadid
- thread id of the sender thread
-
pthread_cond_t* MediaBuffer_Empty_cond[30]
- mutex conditionals for the 30 Empty Media Buffers shared with Capture thread
-
pthread_cond_t* MediaBuffer_Full_cond[30]
- mutex conditionals for the 30 Full Media Buffers shared with Capture thread
-
pthread_mutex_t* MediaBuffer_mutex[30]
- mutex for the 30 Media Buffers shared with Capture thread
-
CMediaBuffer* MediaBuffer
- head of Media Buffer object linked list
-
char host[256]
- host name
-
int port
- port
-
int ttl
- time to live for socket connection
-
pthread_mutex_t* thr_mutex
- sender thread mutex
-
pthread_cond_t* thr_cond
- sender thread conditional
-
pthread_mutex_t* sendstop_cond_mutex
- sender thread stop mutex
-
pthread_cond_t* sendstop_cond
- sender thread stop conditional
-
pthread_mutex_t* sendstatus_mutex
- status of the sender thread mutex
-
int* send_quit
- variable to quit the sender thread externally
Documentation
Sender thread params that are passed to the sender thread when it is created
int threadid
- thread id of the sender thread
pthread_cond_t* MediaBuffer_Empty_cond[30]
- mutex conditionals for the 30 Empty Media Buffers shared with Capture thread
pthread_cond_t* MediaBuffer_Full_cond[30]
- mutex conditionals for the 30 Full Media Buffers shared with Capture thread
pthread_mutex_t* MediaBuffer_mutex[30]
- mutex for the 30 Media Buffers shared with Capture thread
CMediaBuffer* MediaBuffer
- head of Media Buffer object linked list
char host[256]
- host name
int port
- port
int ttl
- time to live for socket connection
pthread_mutex_t* thr_mutex
- sender thread mutex
pthread_cond_t* thr_cond
- sender thread conditional
pthread_mutex_t* sendstop_cond_mutex
- sender thread stop mutex
pthread_cond_t* sendstop_cond
- sender thread stop conditional
pthread_mutex_t* sendstatus_mutex
- status of the sender thread mutex
int* send_quit
- variable to quit the sender thread externally
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.