small fix
[enigma2.git] / lib / service / iservice.h
index d65012508f5bb6c6ac5e7f719ba30e1407655119..0b03feb4a88a7e9da653f7f3f502cafed3af0b09 100644 (file)
@@ -426,9 +426,11 @@ struct iAudioTrackInfo
 #ifndef SWIG
        std::string m_description;
        std::string m_language; /* iso639 */
+       int m_pid; /* for association with the stream. */
 #endif
        std::string getDescription() { return m_description; }
        std::string getLanguage() { return m_language; }
+       int getPID() { return m_pid; }
 };
 SWIG_ALLOW_OUTPUT_SIMPLE(iAudioTrackInfo);