Capture thread parameters that are passed to the sender thread when it is created
Public Fields
-
pthread_cond_t* MediaBuffer_Empty_cond[30]
- mutex conditionals for the 30 Empty Media Buffers shared with sender thread
-
pthread_cond_t* MediaBuffer_Full_cond[30]
- mutex conditionals for the 30 Full Media Buffers shared with sender thread
-
pthread_mutex_t* MediaBuffer_mutex[30]
- mutex for the 30 Empty Media Buffers shared with sender thread
-
pthread_cond_t* m_delMediaBuffer_Empty_cond
- mutex conditionals for the Empty Media Buffers for deletion
-
pthread_cond_t* m_delMediaBuffer_Full_cond
- mutex conditionals for the Full Media Buffers for deletion
-
pthread_mutex_t* m_delMediaBuffer_mutex
- mutex conditionals for the Media Buffers for deletion
-
CMediaBuffer* MediaBuffer
- head of Media Buffers linked list shared with the sender thread
-
pthread_mutex_t* thr_mutex
- capture thread mutex
-
pthread_cond_t* thr_cond
- capture thread conditional
-
pthread_mutex_t* capstatus_mutex
- capture thread status mutex
-
pthread_mutex_t* thrstop_mutex
- mutex for stopping capture thread
-
pthread_cond_t* thrstop_cond
- conditional to signal stopping of capture thread
-
int* stopCapStatus
- variable to stop capture thread externally
-
int threadid
- capture thread identifier
Documentation
Capture thread parameters that are passed to the sender thread when it is created
pthread_cond_t* MediaBuffer_Empty_cond[30]
- mutex conditionals for the 30 Empty Media Buffers shared with sender thread
pthread_cond_t* MediaBuffer_Full_cond[30]
- mutex conditionals for the 30 Full Media Buffers shared with sender thread
pthread_mutex_t* MediaBuffer_mutex[30]
- mutex for the 30 Empty Media Buffers shared with sender thread
pthread_cond_t* m_delMediaBuffer_Empty_cond
- mutex conditionals for the Empty Media Buffers for deletion
pthread_cond_t* m_delMediaBuffer_Full_cond
- mutex conditionals for the Full Media Buffers for deletion
pthread_mutex_t* m_delMediaBuffer_mutex
- mutex conditionals for the Media Buffers for deletion
CMediaBuffer* MediaBuffer
- head of Media Buffers linked list shared with the sender thread
pthread_mutex_t* thr_mutex
- capture thread mutex
pthread_cond_t* thr_cond
- capture thread conditional
pthread_mutex_t* capstatus_mutex
- capture thread status mutex
pthread_mutex_t* thrstop_mutex
- mutex for stopping capture thread
pthread_cond_t* thrstop_cond
- conditional to signal stopping of capture thread
int* stopCapStatus
- variable to stop capture thread externally
int threadid
- capture thread identifier
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.