aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/iservice.h')
-rw-r--r--lib/service/iservice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index d6501250..0b03feb4 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -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);