#include <videoconfig.h>
Public Member Functions | |
| VideoConfig () | |
| ~VideoConfig () | |
| VideoConfig & | operator= (VideoConfig &that) |
| int | load_defaults (Defaults *defaults) |
| int | save_defaults (Defaults *defaults) |
Public Attributes | |
| int | video_in_driver |
| char | v4l_in_device [1024] |
| char | lml_in_device [1024] |
| char | screencapture_display [1024] |
| int | vfirewire_in_port |
| int | vfirewire_in_channel |
| int | capture_length |
| int | video_out_driver |
| char | lml_out_device [1024] |
Definition at line 13 of file videoconfig.h.
|
|
Definition at line 8 of file videoconfig.C. |
|
|
Definition at line 12 of file videoconfig.C. |
|
|
Definition at line 34 of file videoconfig.C. References capture_length, lml_in_device, lml_out_device, screencapture_display, v4l_in_device, vfirewire_in_channel, vfirewire_in_port, video_in_driver, and video_out_driver. |
|
|
Definition at line 16 of file videoconfig.C. References capture_length, CLAMP, lml_in_device, lml_out_device, screencapture_display, v4l_in_device, vfirewire_in_channel, vfirewire_in_port, video_in_driver, and video_out_driver. |
|
|
Definition at line 53 of file videoconfig.C. References capture_length, lml_in_device, lml_out_device, screencapture_display, v4l_in_device, vfirewire_in_channel, vfirewire_in_port, video_in_driver, and video_out_driver. |
|
|
Definition at line 30 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 26 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 34 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 27 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 25 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 28 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 28 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 24 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
|
|
Definition at line 33 of file videoconfig.h. Referenced by load_defaults(), operator=(), and save_defaults(). |
1.4.4