Asynchronous streaming and memory management improvements in progress.

--HG--
branch : async_streaming
This commit is contained in:
2013-11-13 23:52:17 -08:00
parent 05626214d4
commit cf732a6721
9 changed files with 82 additions and 16 deletions

View File

@@ -73,6 +73,8 @@ public:
long getAbsoluteTimeMilliseconds();
std::vector<KRResource *> getResources();
bool getStreamingEnabled();
void setStreamingEnabled(bool enable);
private:
KRBundleManager *m_pBundleManager;
@@ -93,6 +95,8 @@ private:
float m_absolute_time;
mach_timebase_info_data_t m_timebase_info;
std::atomic<bool> m_streamingEnabled;
};
#endif