add DeviceName

This commit is contained in:
jojo61 2018-09-01 12:14:07 +02:00
parent 2e56bef5c0
commit cbdc46effe
1 changed files with 1 additions and 0 deletions

View File

@ -2241,6 +2241,7 @@ class cSoftHdDevice:public cDevice
cSoftHdDevice(void);
virtual ~ cSoftHdDevice(void);
virtual cString DeviceName(void) const { return "softhdcuvid"; }
virtual bool HasDecoder(void) const;
virtual bool CanReplay(void) const;
virtual bool SetPlayMode(ePlayMode);