50 #ifndef ITUNERLISTENER_H_
51 #define ITUNERLISTENER_H_
53 #include "providers/IChannel.h"
62 static const short TS_LOOP_DETECTED = 0x01;
63 static const short TS_SWITCHING_CHANNEL = 0x02;
64 static const short TS_NEW_CHANNEL_TUNED = 0x03;
65 static const short TS_NEW_SERVICE_TUNED = 0x04;
66 static const short TS_SWITCHING_INTERFACE = 0x05;
67 static const short TS_NEW_INTERFACE_SELECTED = 0x06;
68 static const short TS_TUNER_POWEROFF = 0x07;
73 virtual void receiveData(
char* buff,
unsigned int size)=0;
74 virtual void updateChannelStatus(
75 short newStatus,
IChannel* channel)=0;
Definition: ITunerListener.h:70
Definition: IChannel.h:62