#include <avc1394control.h>
Public Member Functions | |
| AVC1394Control () | |
| ~AVC1394Control () | |
| void | initialize () |
| void | play () |
| void | reverse () |
| void | stop () |
| void | pause () |
| void | rewind () |
| void | fforward () |
| void | record () |
| void | eject () |
| void | get_status () |
| void | seek (char *time) |
| char * | timecode () |
Public Attributes | |
| int | device |
| int | status |
| Mutex * | device_lock |
| int | current_command |
Private Attributes | |
| rom1394_directory | rom_dir |
| raw1394handle_t | handle |
| char | text_return [BCTEXTLEN] |
Definition at line 16 of file avc1394control.h.
|
|
Definition at line 10 of file avc1394control.C. References initialize(). |
|
|
Definition at line 82 of file avc1394control.C. References device_lock, and handle. |
|
|
Definition at line 146 of file avc1394control.C. References device, device_lock, and handle. |
|
|
Definition at line 122 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIFForward::handle_event(). |
|
|
Definition at line 154 of file avc1394control.C. References device, device_lock, handle, and status. |
|
|
Definition at line 15 of file avc1394control.C. References current_command, device, device_lock, handle, and rom_dir. Referenced by AVC1394Control(). |
|
|
Definition at line 130 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIPause::handle_event(), AVC1394GUIPlay::handle_event(), AVC1394GUIReverse::handle_event(), and AVC1394Transport::keypress_event(). |
|
|
Definition at line 90 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIPlay::handle_event(), and AVC1394Transport::keypress_event(). |
|
|
Definition at line 138 of file avc1394control.C. References device, device_lock, and handle. |
|
|
Definition at line 106 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIReverse::handle_event(). |
|
|
Definition at line 114 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIRewind::handle_event(). |
|
|
Definition at line 171 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUISeekEnd::handle_event(), and AVC1394GUISeekStart::handle_event(). |
|
|
Definition at line 98 of file avc1394control.C. References device, device_lock, and handle. Referenced by AVC1394GUIStop::handle_event(). |
|
|
Definition at line 163 of file avc1394control.C. References device, device_lock, handle, and text_return. Referenced by AVC1394TransportThread::run(). |
|
|
|
Definition at line 35 of file avc1394control.h. Referenced by RecordMonitorGUI::create_objects(), eject(), fforward(), get_status(), initialize(), pause(), play(), record(), reverse(), rewind(), seek(), stop(), and timecode(). |
|
|
Definition at line 37 of file avc1394control.h. Referenced by eject(), fforward(), get_status(), initialize(), pause(), play(), record(), reverse(), rewind(), seek(), stop(), timecode(), and ~AVC1394Control(). |
|
|
Definition at line 44 of file avc1394control.h. Referenced by eject(), fforward(), get_status(), initialize(), pause(), play(), record(), reverse(), rewind(), seek(), stop(), timecode(), and ~AVC1394Control(). |
|
|
Definition at line 43 of file avc1394control.h. Referenced by initialize(). |
|
|
Definition at line 36 of file avc1394control.h. Referenced by get_status(). |
|
|
Definition at line 45 of file avc1394control.h. Referenced by timecode(). |
1.4.4