Update cvocodecinterface.h

This commit is contained in:
narspt 2022-04-02 22:55:55 +01:00 committed by GitHub
parent 0b0cbec470
commit 247471c15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ public:
// get // get
virtual const char *GetName(void) const { return ""; } virtual const char *GetName(void) const { return ""; }
virtual const char *GetSerial(void) const { return ""; }
// manage channels // manage channels
virtual int GetNbChannels(void) const { return 0; } virtual int GetNbChannels(void) const { return 0; }