add ability to selecte the audio channel (mono left, stereo, mono right) from python
[enigma2.git] / lib / dvb / pmt.h
index b6a3743fa88d68fe6987e121331f33115d108d4d..f4e99a57b5ba5f8175b528a87ce2ee4e6c88d8e8 100644 (file)
@@ -122,6 +122,7 @@ public:
                int pmtPid;
                int textPid;
                bool isCrypted;
+               int audioChannel;
        };
        
        int getProgramInfo(struct program &program);