Kakey
Kakey

Reputation: 4024

MediaPlayer on Android

I want to know the total length in kb of mp3 file .how to do this in android

Thanks in advance...

Upvotes: 1

Views: 204

Answers (1)

Reuben Scratton
Reuben Scratton

Reputation: 38707

File.length() / 1024 ? Presumably this isn't what you really want to know...

Upvotes: 1

Related Questions