50 #ifndef _SystemInfo_H_
51 #define _SystemInfo_H_
53 #include "mb/ILocalScreenManager.h"
54 using namespace ::br::pucrio::telemidia::ginga::core::mb;
56 #include "ISystemInfo.h"
63 namespace contextmanager {
67 map<string, string>* sysTable;
74 void initializeClockSpeed();
75 string getValue(
string attribute);
79 void setSystemTable(map<string, string>* sysTable);
80 string getSystemLanguage();
81 string getCaptionLanguage();
82 string getSubtitleLanguage();
83 float getReturnBitRate();
86 GingaScreenID screenId,
int* width,
int* height);
88 void getScreenGraphicSize(
89 GingaScreenID screenId,
int* width,
int* height);
91 string getAudioType();
93 float getMemorySize();
94 string getOperatingSystem();
95 string getJavaConfiguration();
96 string getJavaProfile();
97 string getLuaVersion();
Definition: SystemInfo.h:64
Definition: ISystemInfo.h:65