50 #ifndef AwesomiumPlayer_h_
51 #define AwesomiumPlayer_h_
54 #include "AwesomiumHandler.h"
75 static bool isWaitingStop;
76 static pthread_cond_t stopCond;
77 static pthread_mutex_t stopCondMutex;
83 ISurface* getSurface();
84 void setNotifyContentUpdate(
bool notify);
88 bool setOutWindow(GingaWindowID windowId);
89 void setBounds(
int x,
int y,
int w,
int h);
91 void setPropertyValue(
string name,
string value);
93 bool setKeyHandler(
bool isHandler);
96 static void* _loadUrl(
void* ptr);
98 static void waitStop();
99 static bool stopped();
Definition: AwesomiumPlayer.h:68