This commit is contained in:
2025-08-28 15:13:40 +09:00
parent 6e64d739ac
commit 6404f4176e
3149 changed files with 738551 additions and 335 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class Preloader {
public:
Preloader();
~Preloader();
void startNextPreload(int fd);
void startNextPreload(int fd); // [수정] string -> int
bool isPreloadedDataReady() const;
bool hasPreloadFailed() const;
MediaAsset swapAndRelease();