50 #ifndef BDAPROVIDER_H_
51 #define BDAPROVIDER_H_
53 #include "system/compat/SystemCompat.h"
54 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
57 #include <sys/types.h>
63 #include "IDataProvider.h"
96 bool getSTCValue(uint64_t* stc,
int* valueType);
97 bool changeChannel(
int factor);
98 bool setChannel(
string channelValue);
99 int createPesFilter(
int pid,
int pesType,
bool compositeFiler);
100 string getPesFilterOutput();
102 int receiveData(
char* buff,
int skipSize,
103 unsigned char packetSize);
Definition: IProviderListener.h:62
Definition: Channels.h:65
Definition: BDAProvider.h:76
Definition: IDataProvider.h:82
Definition: BDAGraph.h:206
Definition: IFrontendFilter.h:59
Definition: IChannel.h:62