开发者

MediaPlayer on Android

开发者 https://www.devze.com 2023-01-21 06:46 出处:网络
I want to 开发者_StackOverflow中文版know the total length in kb of mp3 file .how to do this in android

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...

0

精彩评论

暂无评论...
验证码 换一张
取 消