user413881
user413881

Reputation: 225

Size of the audio in seconds

How do I know the file size in seconds mp4?

Upvotes: 0

Views: 190

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007322

If you are playing it back with MediaPlayer, use getDuration() to find out its duration.

Otherwise, you will need to find a third-party library that can read the MP4 file metadata to get you that information.

Upvotes: 1

Related Questions