50 #ifndef FILESYSTEMPROVIDER_H_
51 #define FILESYSTEMPROVIDER_H_
54 #include <sys/types.h>
60 #include "system/compat/SystemCompat.h"
61 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
63 #include "IDataProvider.h"
94 bool getSTCValue(uint64_t* stc,
int* valueType);
95 bool changeChannel(
int factor);
96 bool setChannel(
string channelValue);
97 int createPesFilter(
int pid,
int pesType,
bool compositeFiler);
98 string getPesFilterOutput();
100 int receiveData(
char* buff,
int skipSize,
101 unsigned char packetSize);
Definition: IProviderListener.h:62
Definition: FileSystemProvider.h:75
Definition: IDataProvider.h:82
Definition: IFrontendFilter.h:59
Definition: IChannel.h:62