#include <playbackconfig.h>
Public Types | |
| enum | { USE_NO_FIELDS, USE_EVEN_FIRST, USE_ODD_FIRST } |
Public Member Functions | |
| VideoOutConfig () | |
| ~VideoOutConfig () | |
| int | operator!= (VideoOutConfig &that) |
| int | operator== (VideoOutConfig &that) |
| VideoOutConfig & | operator= (VideoOutConfig &that) |
| void | copy_from (VideoOutConfig *src) |
| int | load_defaults (BC_Hash *defaults) |
| int | save_defaults (BC_Hash *defaults) |
| char * | get_path () |
Data Fields | |
| int | driver |
| char | lml_out_device [BCTEXTLEN] |
| char | buz_out_device [BCTEXTLEN] |
| int | buz_out_channel |
| int | buz_swap_fields |
| char | x11_host [BCTEXTLEN] |
| int | x11_use_fields |
| int | brightness |
| int | hue |
| int | color |
| int | contrast |
| int | whiteness |
| int | firewire_channel |
| int | firewire_port |
| char | firewire_path [BCTEXTLEN] |
| int | firewire_syt |
| int | dv1394_channel |
| int | dv1394_port |
| char | dv1394_path [BCTEXTLEN] |
| int | dv1394_syt |
Definition at line 63 of file playbackconfig.h.
| anonymous enum |
Definition at line 88 of file playbackconfig.h.
| VideoOutConfig::VideoOutConfig | ( | ) |
Definition at line 235 of file playbackconfig.C.
References brightness, buz_out_channel, buz_out_device, buz_swap_fields, color, contrast, driver, dv1394_channel, dv1394_path, dv1394_port, dv1394_syt, firewire_channel, firewire_path, firewire_port, firewire_syt, hue, lml_out_device, USE_NO_FIELDS, whiteness, x11_host, and x11_use_fields.
| VideoOutConfig::~VideoOutConfig | ( | ) |
Definition at line 262 of file playbackconfig.C.
| int VideoOutConfig::operator!= | ( | VideoOutConfig & | that | ) |
Definition at line 267 of file playbackconfig.C.
| int VideoOutConfig::operator== | ( | VideoOutConfig & | that | ) |
Definition at line 272 of file playbackconfig.C.
References brightness, buz_out_channel, buz_out_device, buz_swap_fields, color, contrast, driver, dv1394_channel, dv1394_path, dv1394_port, dv1394_syt, firewire_channel, firewire_path, firewire_port, firewire_syt, hue, lml_out_device, whiteness, x11_host, and x11_use_fields.
| VideoOutConfig & VideoOutConfig::operator= | ( | VideoOutConfig & | that | ) |
Definition at line 303 of file playbackconfig.C.
References copy_from().

| void VideoOutConfig::copy_from | ( | VideoOutConfig * | src | ) |
Definition at line 309 of file playbackconfig.C.
References buz_out_channel, buz_out_device, buz_swap_fields, driver, dv1394_channel, dv1394_path, dv1394_port, dv1394_syt, firewire_channel, firewire_path, firewire_port, firewire_syt, lml_out_device, x11_host, and x11_use_fields.
Referenced by PlaybackConfig::copy_from(), and operator=().
| int VideoOutConfig::load_defaults | ( | BC_Hash * | defaults | ) |
Definition at line 351 of file playbackconfig.C.
References BCTEXTLEN, buz_out_channel, buz_out_device, buz_swap_fields, driver, dv1394_channel, dv1394_path, dv1394_port, dv1394_syt, firewire_channel, firewire_path, firewire_port, firewire_syt, BC_Hash::get(), lml_out_device, x11_host, and x11_use_fields.
Referenced by PlaybackConfig::load_defaults().

| int VideoOutConfig::save_defaults | ( | BC_Hash * | defaults | ) |
Definition at line 390 of file playbackconfig.C.
References BCTEXTLEN, buz_out_channel, buz_out_device, buz_swap_fields, driver, dv1394_channel, dv1394_path, dv1394_port, dv1394_syt, firewire_channel, firewire_path, firewire_port, firewire_syt, lml_out_device, BC_Hash::update(), x11_host, and x11_use_fields.
Referenced by PlaybackConfig::save_defaults().

| char * VideoOutConfig::get_path | ( | ) |
Definition at line 330 of file playbackconfig.C.
References buz_out_device, driver, dv1394_path, firewire_path, and x11_host.
Definition at line 77 of file playbackconfig.h.
Referenced by SetFormatThread::apply_changes(), PreferencesThread::apply_settings(), RenderEngine::arm_command(), MWindow::asset_to_size(), VDeviceX11::close_all(), copy_from(), RecordMonitor::create_objects(), VDeviceX11::get_best_colormodel(), PlaybackEngine::get_channeldb(), VRender::get_colormodel(), RenderEngine::get_current_channel(), get_path(), VDevicePrefs::initialize(), load_defaults(), VDeviceX11::new_output_buffer(), VideoDevice::open_output(), VDevice1394::open_output(), operator==(), VirtualVConsole::process_buffer(), ResizeTrackThread::run(), save_defaults(), VideoOutConfig(), and VDeviceX11::write_buffer().
| char VideoOutConfig::lml_out_device[BCTEXTLEN] |
Definition at line 78 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_lml_objs(), load_defaults(), VDeviceLML::open_output(), operator==(), save_defaults(), and VideoOutConfig().
| char VideoOutConfig::buz_out_device[BCTEXTLEN] |
Definition at line 79 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_buz_objs(), get_path(), load_defaults(), VDeviceBUZ::open_output_core(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 81 of file playbackconfig.h.
Referenced by copy_from(), RenderEngine::get_current_channel(), PrefsChannelPicker::get_current_channel_number(), load_defaults(), operator==(), save_defaults(), PrefsChannelPicker::set_channel_number(), and VideoOutConfig().
Definition at line 82 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_buz_objs(), load_defaults(), operator==(), save_defaults(), VideoOutConfig(), and VDeviceBUZ::write_buffer().
| char VideoOutConfig::x11_host[BCTEXTLEN] |
Definition at line 85 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_x11_objs(), EDLSession::get_cwindow_display(), get_path(), load_defaults(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 86 of file playbackconfig.h.
Referenced by copy_from(), RecordMonitor::create_objects(), load_defaults(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 98 of file playbackconfig.h.
Referenced by PrefsChannelPicker::get_brightness(), operator==(), PrefsChannelPicker::set_brightness(), and VideoOutConfig().
Definition at line 99 of file playbackconfig.h.
Referenced by PrefsChannelPicker::get_hue(), operator==(), PrefsChannelPicker::set_hue(), and VideoOutConfig().
Definition at line 100 of file playbackconfig.h.
Referenced by PrefsChannelPicker::get_color(), operator==(), PrefsChannelPicker::set_color(), and VideoOutConfig().
Definition at line 101 of file playbackconfig.h.
Referenced by PrefsChannelPicker::get_contrast(), operator==(), PrefsChannelPicker::set_contrast(), and VideoOutConfig().
Definition at line 102 of file playbackconfig.h.
Referenced by PrefsChannelPicker::get_whiteness(), operator==(), PrefsChannelPicker::set_whiteness(), and VideoOutConfig().
Definition at line 105 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 106 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
| char VideoOutConfig::firewire_path[BCTEXTLEN] |
Definition at line 107 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), get_path(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 108 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 111 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), DV1394Input::run(), save_defaults(), and VideoOutConfig().
Definition at line 112 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
| char VideoOutConfig::dv1394_path[BCTEXTLEN] |
Definition at line 113 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), get_path(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
Definition at line 114 of file playbackconfig.h.
Referenced by copy_from(), VDevicePrefs::create_firewire_objs(), load_defaults(), VDevice1394::open_output(), operator==(), save_defaults(), and VideoOutConfig().
1.5.5