summaryrefslogtreecommitdiff
path: root/libsi/si.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 15:19:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 15:19:00 +0200
commit2f4526e55ec1bdf3ff0e2a71411cb2ae3bed6f5c (patch)
treeff2f47a18c65729236270c432edfb72dd6b004f9 /libsi/si.h
parent9e864aba12553c2bd5a157cf94b7fee49c6d88ce (diff)
downloadvdr-2f4526e55ec1bdf3ff0e2a71411cb2ae3bed6f5c.tar.gz
vdr-2f4526e55ec1bdf3ff0e2a71411cb2ae3bed6f5c.tar.bz2
Added support for multiple audio language codes in ISO639LanguageDescriptors to 'libsi'
Diffstat (limited to 'libsi/si.h')
-rw-r--r--libsi/si.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/libsi/si.h b/libsi/si.h
index 8f89c343..3836b2fb 100644
--- a/libsi/si.h
+++ b/libsi/si.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.h 1.11 2004/10/16 09:58:10 kls Exp $
+ * $Id: si.h 1.12 2005/09/03 15:19:00 kls Exp $
* *
***************************************************************************/
@@ -166,6 +166,12 @@ enum LinkageType { LinkageTypeInformationService = 0x01,
LinkageTypeTSContainingSsuBatOrNit = 0x0A
};
+enum AudioType { AudioTypeUndefined = 0x00,
+ AudioTypeCleanEffects = 0x01,
+ AudioTypeHearingImpaired = 0x02,
+ AudioTypeVisualImpairedCommentary = 0x03
+ };
+
/* Some principles:
- Objects that return references to other objects contained in their data must make sure
that the returned objects have been parsed.