From 99044467586a5a37c796a7786834359dfaf30a2c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 10 Jun 2021 07:08:30 +0300 Subject: Media: Estimate memory use In-memory images, audio, and downloads are included in RAM usage in Debug Information. --- src/audio/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audio/player.h') diff --git a/src/audio/player.h b/src/audio/player.h index 8753d811..b131838d 100644 --- a/src/audio/player.h +++ b/src/audio/player.h @@ -48,6 +48,7 @@ enum iPlayerTag { void updateSourceData_Player (iPlayer *, const iString *mimeType, const iBlock *data, enum iPlayerUpdate update); +size_t sourceDataSize_Player (const iPlayer *); iBool start_Player (iPlayer *); void stop_Player (iPlayer *); -- cgit v1.2.3