#include <playbackconfig.h>
Public Member Functions | |
| PlaybackConfig () | |
| ~PlaybackConfig () | |
| PlaybackConfig & | operator= (PlaybackConfig &that) |
| void | copy_from (PlaybackConfig *src) |
| int | load_defaults (Defaults *defaults) |
| int | save_defaults (Defaults *defaults) |
Public Attributes | |
| char | hostname [BCTEXTLEN] |
| int | port |
| AudioOutConfig * | aconfig |
| VideoOutConfig * | vconfig |
Definition at line 132 of file playbackconfig.h.
|
|
Definition at line 536 of file playbackconfig.C. |
|
|
Definition at line 544 of file playbackconfig.C. |
|
|
Definition at line 556 of file playbackconfig.C. References aconfig, VideoOutConfig::copy_from(), AudioOutConfig::copy_from(), hostname, port, and vconfig. Referenced by RenderEngine::arm_command(), EDLSession::copy(), and operator=(). |
|
|
Definition at line 564 of file playbackconfig.C. References aconfig, hostname, VideoOutConfig::load_defaults(), AudioOutConfig::load_defaults(), port, and vconfig. Referenced by EDLSession::load_defaults(). |
|
|
Definition at line 550 of file playbackconfig.C. References copy_from(). |
|
|
Definition at line 576 of file playbackconfig.C. References aconfig, hostname, port, VideoOutConfig::save_defaults(), AudioOutConfig::save_defaults(), and vconfig. Referenced by EDLSession::save_defaults(). |
|
|
|
Definition at line 143 of file playbackconfig.h. Referenced by copy_from(), load_defaults(), PlaybackConfig(), and save_defaults(). |
|
|
Definition at line 144 of file playbackconfig.h. Referenced by copy_from(), load_defaults(), PlaybackConfig(), and save_defaults(). |
|
1.4.4