|
| ISDBTProvider (long freq) |
|
short | getCaps () |
|
void | setListener (ITProviderListener *listener) |
|
void | attachFilter (IFrontendFilter *filter) |
|
void | removeFilter (IFrontendFilter *filter) |
|
bool | tune () |
|
IChannel * | getCurrentChannel () |
|
bool | getSTCValue (uint64_t *stc, int *valueType) |
|
bool | changeChannel (int factor) |
|
bool | setChannel (string channelValue) |
|
int | createPesFilter (int pid, int pesType, bool compositeFiler) |
|
string | getPesFilterOutput () |
|
void | close () |
|
int | receiveData (char *buff, int skipSize, unsigned char packetSize) |
|
|
static void * | output_thread (void *nothing) |
|
|
string | fileName |
|
int | feDescriptor |
|
int | initialFrequency |
|
ISDBTFrontend * | frontend |
|
vector< IChannel * > * | channels |
|
vector< IChannel * >::iterator | currentChannel |
|
short | capabilities |
|
ITProviderListener * | listener |
|
int | keep_reading |
|
pthread_t | output_thread_id |
|
pthread_mutex_t | output_mutex |
|
pthread_cond_t | output_cond |
|
struct ring_buffer | output_buffer |
|
|
static const string | iniFileName |
|
The documentation for this class was generated from the following files:
- gingacc-tuner/include/tuner/providers/frontends/isdbt/ISDBTProvider.h
- gingacc-tuner/src/providers/frontends/isdbt/ISDBTProvider.cpp