diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 07:08:30 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 07:08:30 +0300 |
commit | 99044467586a5a37c796a7786834359dfaf30a2c (patch) | |
tree | 629905f08c354049172101ff83de96976c2bba4e /src/audio/player.h | |
parent | fdfd11b8a1a2d00c850039c8237208010236f765 (diff) |
Media: Estimate memory use
In-memory images, audio, and downloads are included in RAM usage in Debug Information.
Diffstat (limited to 'src/audio/player.h')
-rw-r--r-- | src/audio/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
48 | 48 | ||
49 | void updateSourceData_Player (iPlayer *, const iString *mimeType, const iBlock *data, | 49 | void updateSourceData_Player (iPlayer *, const iString *mimeType, const iBlock *data, |
50 | enum iPlayerUpdate update); | 50 | enum iPlayerUpdate update); |
51 | size_t sourceDataSize_Player (const iPlayer *); | ||
51 | 52 | ||
52 | iBool start_Player (iPlayer *); | 53 | iBool start_Player (iPlayer *); |
53 | void stop_Player (iPlayer *); | 54 | void stop_Player (iPlayer *); |