I want to 开发者_StackOverflow中文版know the total length in kb of mp3 file .how to do this in android
Thanks in advance...
File.length() / 1024 ? Presumably this isn't what you really want to know...
I want to 开发者_StackOverflow中文版know the total length in kb of mp3 file .how to do this in android
Thanks in advance...
File.length() / 1024 ? Presumably this isn't what you really want to know...
精彩评论