Changes between Version 2 and Version 3 of MythMediaMonitor
- Timestamp:
- Nov 15, 2006, 5:37:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MythMediaMonitor
v2 v3 1 1 MythMediaMonitor is a class in libmyth/mythmediamonitor.cpp which has a simple task - to maintain a list of mounted removable media. It currenly has a simple thread that loops every half second, checks for new mounted media, and polls the status (e.g. tray open, audio CD mounted, has data disk) of that device/media. 2 2 3 The doxygen reference can be found [http://www.cuymedia.net/doxygen-dev-docs/html/classMediaMonitor.html here]. 3 See also 4 * [http://www.cuymedia.net/doxygen-dev-docs/html/classMediaMonitor.html API reference].