| Webcam Library Reference Documentation | ![]() |
Base structure that contains an array of device handles and associated data. More...
#include <libwebcam/libwebcam.h>
Data Fields | |
| Handle | handles [MAX_HANDLES] |
| The array of handles. | |
| pthread_mutex_t | mutex |
| The mutex used to serialize access to the handle list. | |
| int | first_free |
| The index of the first free handle. More... | |
Base structure that contains an array of device handles and associated data.
| int _HandleList::first_free |
The index of the first free handle.
Zero if there are now free handles at this time.
Referenced by c_init(), and create_handle().