diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-15 10:00:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-15 10:00:40 +0200 |
commit | 3644347545b0ff57d1a9f854cb81c8c5f6b77915 (patch) | |
tree | 13628cd9d00dfeffd8b0456f5d0da2b1e2263b4b /device.h | |
parent | 4a98f3378224a2be1fb87ccb1ec45f503d1decc7 (diff) | |
download | vdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.gz vdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.bz2 |
Added some comment to cDevice::GetDevice()
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.78 2006/05/28 15:04:24 kls Exp $ + * $Id: device.h 1.79 2006/06/15 09:32:48 kls Exp $ */ #ifndef __DEVICE_H @@ -130,7 +130,8 @@ public: ///< \return A pointer to the device, or NULL if the Index was invalid. static cDevice *GetDevice(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL); ///< Returns a device that is able to receive the given Channel at the - ///< given Priority. + ///< given Priority, with the least impact on active recordings and + ///< live viewing. ///< See ProvidesChannel() for more information on how ///< priorities are handled, and the meaning of NeedsDetachReceivers. static void Shutdown(void); |