From d9dd16e978114289c22550a0f01bd776d23895e2 Mon Sep 17 00:00:00 2001 From: eagleychen Date: Tue, 19 Nov 2024 10:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3playerflushCache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m index e9affc4a..617b5c20 100644 --- a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m +++ b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m @@ -1690,7 +1690,7 @@ - (void)startRecordWithFileName:(NSString *)fileName { const char *path = [fileName cStringUsingEncoding:NSUTF8StringEncoding]; ijkmp_start_record(_mediaPlayer, path); } -- (void)flushCache { +- (void)playerflushCache { ijkmp_flush_cache(_mediaPlayer); } #pragma mark Option Conventionce