Go to the source code of this file.
Classes | |
struct | _control |
struct | _globals |
Defines | |
#define | DBG(...) |
#define | LOG(...) { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
#define | MAX_INPUT_PLUGINS 10 |
#define | MAX_OUTPUT_PLUGINS 10 |
#define | MAX_PLUGIN_ARGUMENTS 32 |
#define | SOURCE_VERSION "2.0" |
Typedefs | |
typedef enum _cmd_group | cmd_group |
typedef struct _control | control |
typedef struct _globals | globals |
Enumerations | |
enum | _cmd_group { IN_CMD_GENERIC = 0, IN_CMD_V4L2 = 1, IN_CMD_RESOLUTION = 2, IN_CMD_JPEG_QUALITY = 3, IN_CMD_PWC = 4 } |
enum | command_dest { Dest_Input = 0, Dest_Output = 1, Dest_Program = 2 } |
#define DBG | ( | ... | ) |
Definition at line 38 of file mjpg_streamer.h.
#define LOG | ( | ... | ) | { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
Definition at line 41 of file mjpg_streamer.h.
#define MAX_INPUT_PLUGINS 10 |
Definition at line 28 of file mjpg_streamer.h.
#define MAX_OUTPUT_PLUGINS 10 |
Definition at line 29 of file mjpg_streamer.h.
#define MAX_PLUGIN_ARGUMENTS 32 |
Definition at line 30 of file mjpg_streamer.h.
#define SOURCE_VERSION "2.0" |
Definition at line 25 of file mjpg_streamer.h.
typedef enum _cmd_group cmd_group |
Definition at line 47 of file mjpg_streamer.h.
enum _cmd_group |
Definition at line 57 of file mjpg_streamer.h.
enum command_dest |
Definition at line 50 of file mjpg_streamer.h.