Which time best represents the true time for an audio file
I have an app that records online radio for a later playback. After programmatic recording, They are 3 sets of times(duration). I don't know which time will present the best user experience.
For a radio programs that airs for 1 hour, e.g. 9am to 10am;
- The duration of the program is 60 mins. (Stable across recording sessions)
- A recording for 60 mins yields an audio file that is always longer than 60 mins e.g. 70 mins. (Differs with recording sessions)
- Due to unstable streams a recording might end before 60 minutes are up. e.g. 45 mins. (Differs with recording sessions)
Which times would represent the true duration of the audio file and how do I appropriately show it inside the app?