#include <playbackprefs.h>
Inheritance diagram for PlaybackPrefs:

Public Member Functions | |
| PlaybackPrefs (MWindow *mwindow, PreferencesWindow *pwindow) | |
| ~PlaybackPrefs () | |
| int | create_objects () |
| int | get_buffer_bytes () |
| void | delete_strategy () |
| void | update (int interpolation) |
| int | draw_framerate () |
Static Public Member Functions | |
| static char * | strategy_to_string (int strategy) |
Public Attributes | |
| ADevicePrefs * | audio_device |
| VDevicePrefs * | video_device |
| ArrayList< BC_ListBoxItem * > | strategies |
| PlaybackConfig * | playback_config |
| BC_Title * | framerate_title |
| PlaybackNearest * | nearest_neighbor |
| PlaybackBicubicBicubic * | cubic_cubic |
| PlaybackBicubicBilinear * | cubic_linear |
| PlaybackBilinearBilinear * | linear_linear |
| PlaybackDeblock * | mpeg4_deblock |
| BC_Title * | vdevice_title |
Definition at line 33 of file playbackprefs.h.
|
||||||||||||
|
Definition at line 19 of file playbackprefs.C. References video_device. |
|
|
Definition at line 25 of file playbackprefs.C. References audio_device, and video_device. |
|
|
|
|
|
|
Reimplemented from PreferencesDialog. Definition at line 193 of file playbackprefs.C. References EDLSession::actual_frame_rate, PreferencesThread::edl, framerate_title, PreferencesDialog::pwindow, EDL::session, and PreferencesWindow::thread. Referenced by create_objects(). |
|
|
Definition at line 188 of file playbackprefs.C. |
|
|
|
|
|
Definition at line 178 of file playbackprefs.C. References cubic_linear, PreferencesThread::edl, EDLSession::interpolation_type, linear_linear, nearest_neighbor, PreferencesDialog::pwindow, EDL::session, and PreferencesWindow::thread. Referenced by PlaybackBilinearBilinear::handle_event(), PlaybackBicubicBilinear::handle_event(), PlaybackBicubicBicubic::handle_event(), and PlaybackNearest::handle_event(). |
|
|
Definition at line 53 of file playbackprefs.h. Referenced by create_objects(), and ~PlaybackPrefs(). |
|
|
Definition at line 60 of file playbackprefs.h. |
|
|
Definition at line 61 of file playbackprefs.h. Referenced by create_objects(), and update(). |
|
|
Definition at line 58 of file playbackprefs.h. Referenced by create_objects(), and draw_framerate(). |
|
|
Definition at line 62 of file playbackprefs.h. Referenced by create_objects(), and update(). |
|
|
Definition at line 63 of file playbackprefs.h. |
|
|
Definition at line 59 of file playbackprefs.h. Referenced by create_objects(), and update(). |
|
|
Definition at line 57 of file playbackprefs.h. Referenced by create_objects(), PlaybackModuleFragment::handle_event(), and PlaybackAudioOffset::handle_event(). |
|
|
Definition at line 55 of file playbackprefs.h. |
|
|
Definition at line 69 of file playbackprefs.h. Referenced by create_objects(). |
|
|
Definition at line 54 of file playbackprefs.h. Referenced by create_objects(), PlaybackPrefs(), and ~PlaybackPrefs(). |
1.4.4