class CCapThreadParams

Capture thread parameters that are passed to the sender thread when it is created

Public Fields

[more]pthread_cond_t* MediaBuffer_Empty_cond[30]
mutex conditionals for the 30 Empty Media Buffers shared with sender thread
[more]pthread_cond_t* MediaBuffer_Full_cond[30]
mutex conditionals for the 30 Full Media Buffers shared with sender thread
[more]pthread_mutex_t* MediaBuffer_mutex[30]
mutex for the 30 Empty Media Buffers shared with sender thread
[more]pthread_cond_t* m_delMediaBuffer_Empty_cond
mutex conditionals for the Empty Media Buffers for deletion
[more]pthread_cond_t* m_delMediaBuffer_Full_cond
mutex conditionals for the Full Media Buffers for deletion
[more]pthread_mutex_t* m_delMediaBuffer_mutex
mutex conditionals for the Media Buffers for deletion
[more]CMediaBuffer* MediaBuffer
head of Media Buffers linked list shared with the sender thread
[more]pthread_mutex_t* thr_mutex
capture thread mutex
[more]pthread_cond_t* thr_cond
capture thread conditional
[more]pthread_mutex_t* capstatus_mutex
capture thread status mutex
[more]pthread_mutex_t* thrstop_mutex
mutex for stopping capture thread
[more]pthread_cond_t* thrstop_cond
conditional to signal stopping of capture thread
[more]int* stopCapStatus
variable to stop capture thread externally
[more]int threadid
capture thread identifier


Documentation

Capture thread parameters that are passed to the sender thread when it is created
opthread_cond_t* MediaBuffer_Empty_cond[30]
mutex conditionals for the 30 Empty Media Buffers shared with sender thread

opthread_cond_t* MediaBuffer_Full_cond[30]
mutex conditionals for the 30 Full Media Buffers shared with sender thread

opthread_mutex_t* MediaBuffer_mutex[30]
mutex for the 30 Empty Media Buffers shared with sender thread

opthread_cond_t* m_delMediaBuffer_Empty_cond
mutex conditionals for the Empty Media Buffers for deletion

opthread_cond_t* m_delMediaBuffer_Full_cond
mutex conditionals for the Full Media Buffers for deletion

opthread_mutex_t* m_delMediaBuffer_mutex
mutex conditionals for the Media Buffers for deletion

oCMediaBuffer* MediaBuffer
head of Media Buffers linked list shared with the sender thread

opthread_mutex_t* thr_mutex
capture thread mutex

opthread_cond_t* thr_cond
capture thread conditional

opthread_mutex_t* capstatus_mutex
capture thread status mutex

opthread_mutex_t* thrstop_mutex
mutex for stopping capture thread

opthread_cond_t* thrstop_cond
conditional to signal stopping of capture thread

oint* stopCapStatus
variable to stop capture thread externally

oint 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++.