10 #ifndef _TheoraVideoManager_h
11 #define _TheoraVideoManager_h
19 #pragma warning( disable: 4251 ) // MSVC++
33 typedef std::vector<TheoraVideoClip*>
ClipList;
49 void createWorkerThreads(
int n);
50 void destroyWorkerThreads();
73 void update(
float time_increase);
80 int getNumWorkerThreads();
81 void setNumWorkerThreads(
int n);
87 void logMessage(std::string msg);
95 static void setLogFunction(
void (*fn)(std::string));
98 std::string getVersionString();
104 void getVersion(
int* a,
int* b,
int* c);
107 std::vector<std::string> getSupportedDecoders();