summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index c416314..d3227e9 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -127,6 +127,11 @@ struct dabSubchannel {
const char* inputName;
DabInputBase* input;
unsigned char id;
+ /* The type is:
+ * 0 for mpeg, dabplus
+ * 1 for data, dmb
+ * 3 for packet
+ */
unsigned char type;
uint16_t startAddress;
uint16_t bitrate;