[vdr] Concerns about changing the API-definition
of 'cStatus::Replaying()' and 'cStatus::Recording()' of VDR?
Wolfgang Rohdewald
wolfgang at rohdewald.de
Sun Dec 18 17:50:16 CET 2005
On Sonntag 18 Dezember 2005 17:40, Klaus Schmidinger wrote:
> void Recording(const cDevice *Device, const char *Name, const char *FileName)
>
> which extends the interface to hold a second parameter that contains
> the actual file name (or NULL, if there is none), but would break plugins
> st compile time.
maybe
void Recording(const cDevice *Device, const char *Name, const char *FileName=0)
would reduce the needed plugin changes?
--
Wolfgang
More information about the vdr
mailing list