00001 #ifndef DEVICEDVBINPUT_INC
00002 #define DEVICEDVBINPUT_INC
00003
00004
00005 class DeviceDVBInput;
00006
00007
00008 #define NETTUNE_TIMEOUT 5000000
00009 #define BUFFER_FRAGMENTS 24
00010
00011
00020 #define NETTUNE_NONE 0
00021
00024 #define NETTUNE_SIGNAL 1
00025
00028 #define NETTUNE_READ 2
00029
00032 #define NETTUNE_OPEN 3
00033
00037 #define NETTUNE_CLOSE 4
00038
00039
00043 #define NETTUNE_SET_CHANNEL 5
00044
00047 #define NETTUNE_SET_AUDIO_PID 6
00048 #define NETTUNE_SET_VIDEO_PID 7
00049
00050
00051 #define NETTUNE_SET_TABLE 8
00052
00053
00054 #define NETTUNE_AIR 0
00055 #define NETTUNE_CABLE 1
00056
00057 #endif