50 #ifndef _COMMONCOREMANAGER_H_
51 #define _COMMONCOREMANAGER_H_
53 #include "util/functions.h"
54 using namespace ::br::pucrio::telemidia::util;
56 #include "system/compat/SystemCompat.h"
57 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
59 #include "mb/IMBDefs.h"
61 #include "IPresentationEngineManager.h"
62 #include "ICommonCoreManager.h"
82 GingaScreenID myScreen;
88 GingaScreenID screenId,
93 void enableNPTPrinter(
bool enableNPTPrinter);
94 void disableMainAV(
bool disableAV);
95 void setOCDelay(
double ocDelay);
96 void setInteractivityInfo(
bool hasOCSupport);
97 void removeOCFilterAfterMount(
bool removeIt);
98 void setTunerSpec(
string tunerSpec);
101 void showTunningWindow(
102 GingaScreenID screenId,
int x,
int y,
int w,
int h);
104 void releaseTunningWindow();
106 bool checkProgramInfo();
108 IPlayer* createMainAVPlayer(
110 GingaScreenID screenId,
111 int x,
int y,
int w,
int h);
115 void startPresentation();
Definition: CommonCoreManager.h:69
Definition: ICommonCoreManager.h:63
Definition: IPresentationEngineManager.h:70