Skip to content

Commit

Permalink
修正playerflushCache
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Nov 19, 2024
1 parent 8d57675 commit d9dd16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9dd16e

Please sign in to comment.