comparison 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
comparison
equal deleted inserted replaced
36427:960593201c48 36428:7766530caa76
95 #define STREAM_CTRL_GET_ANGLE 10 95 #define STREAM_CTRL_GET_ANGLE 10
96 #define STREAM_CTRL_SET_ANGLE 11 96 #define STREAM_CTRL_SET_ANGLE 11
97 #define STREAM_CTRL_GET_NUM_TITLES 12 97 #define STREAM_CTRL_GET_NUM_TITLES 12
98 #define STREAM_CTRL_GET_LANG 13 98 #define STREAM_CTRL_GET_LANG 13
99 #define STREAM_CTRL_GET_CURRENT_TITLE 14 99 #define STREAM_CTRL_GET_CURRENT_TITLE 14
100 #define STREAM_CTRL_GET_CURRENT_CHANNEL 15
100 101
101 enum stream_ctrl_type { 102 enum stream_ctrl_type {
102 stream_ctrl_audio, 103 stream_ctrl_audio,
103 stream_ctrl_sub, 104 stream_ctrl_sub,
104 }; 105 };