class CSenderThreadParams

Sender thread params that are passed to the sender thread when it is created

Public Fields

[more]int threadid
thread id of the sender thread
[more]pthread_cond_t* MediaBuffer_Empty_cond[30]
mutex conditionals for the 30 Empty Media Buffers shared with Capture thread
[more]pthread_cond_t* MediaBuffer_Full_cond[30]
mutex conditionals for the 30 Full Media Buffers shared with Capture thread
[more]pthread_mutex_t* MediaBuffer_mutex[30]
mutex for the 30 Media Buffers shared with Capture thread
[more]CMediaBuffer* MediaBuffer
head of Media Buffer object linked list
[more]char host[256]
host name
[more]int port
port
[more]int ttl
time to live for socket connection
[more]pthread_mutex_t* thr_mutex
sender thread mutex
[more]pthread_cond_t* thr_cond
sender thread conditional
[more]pthread_mutex_t* sendstop_cond_mutex
sender thread stop mutex
[more]pthread_cond_t* sendstop_cond
sender thread stop conditional
[more]pthread_mutex_t* sendstatus_mutex
status of the sender thread mutex
[more]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
oint threadid
thread id of the sender thread

opthread_cond_t* MediaBuffer_Empty_cond[30]
mutex conditionals for the 30 Empty Media Buffers shared with Capture thread

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

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

oCMediaBuffer* MediaBuffer
head of Media Buffer object linked list

ochar host[256]
host name

oint port
port

oint ttl
time to live for socket connection

opthread_mutex_t* thr_mutex
sender thread mutex

opthread_cond_t* thr_cond
sender thread conditional

opthread_mutex_t* sendstop_cond_mutex
sender thread stop mutex

opthread_cond_t* sendstop_cond
sender thread stop conditional

opthread_mutex_t* sendstatus_mutex
status of the sender thread mutex

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