Skip to content

Commit

Permalink
πŸ› Fix mediaplayer local cache for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kebo committed Dec 25, 2023
1 parent 2da406d commit 3bb9576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/internal/ZegoExpressEngineEventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ void ZegoExpressEngineEventHandler::onMediaPlayerVideoSizeChanged(EXPRESS::IZego
}
}

void ZegoExpressEngineEventHandler::onMediaPlayerLocalCache(IZegoMediaPlayer * mediaPlayer, int errorCode, const std::string &resource, const std::string & cachedFile) {
void ZegoExpressEngineEventHandler::onMediaPlayerLocalCache(EXPRESS::IZegoMediaPlayer * mediaPlayer, int errorCode, const std::string &resource, const std::string & cachedFile) {
ZF::logInfo("[onMediaPlayerLocalCache] index: %d, error: %d, resource: %s, cachedFile: %s", mediaPlayer->getIndex(), errorCode, resource, cachedFile);

if (eventSink_) {
Expand Down

0 comments on commit 3bb9576

Please sign in to comment.