mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Added ISO639LanguageDescriptor to 'libsi'
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* $Id: descriptor.h 1.3 2004/01/12 16:17:47 kls Exp $
|
||||
* $Id: descriptor.h 1.4 2004/01/24 14:49:00 kls Exp $
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
@@ -374,6 +374,15 @@ private:
|
||||
const descr_linkage *s;
|
||||
};
|
||||
|
||||
class ISO639LanguageDescriptor : public Descriptor {
|
||||
public:
|
||||
char languageCode[3];
|
||||
protected:
|
||||
virtual void Parse();
|
||||
private:
|
||||
const descr_iso_639_language *s;
|
||||
};
|
||||
|
||||
//a descriptor currently unimplemented in this library
|
||||
class UnimplementedDescriptor : public Descriptor {
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user