diff stream/stream.h @ 36428:7766530caa76

Add new stream control command STREAM_CTRL_GET_CURRENT_CHANNEL. This provides the name of the currently selected DVB channel. (Unsupported for analog TV though.)
author ib
date Fri, 29 Nov 2013 12:34:21 +0000
parents 805ff0c5b699
children
line wrap: on
line diff
--- a/stream/stream.h	Fri Nov 29 00:26:17 2013 +0000
+++ b/stream/stream.h	Fri Nov 29 12:34:21 2013 +0000
@@ -97,6 +97,7 @@
 #define STREAM_CTRL_GET_NUM_TITLES 12
 #define STREAM_CTRL_GET_LANG 13
 #define STREAM_CTRL_GET_CURRENT_TITLE 14
+#define STREAM_CTRL_GET_CURRENT_CHANNEL 15
 
 enum stream_ctrl_type {
 	stream_ctrl_audio,