开发者

How to get the size of the video in Kilobytes?

开发者 https://www.devze.com 2023-02-13 08:53 出处:网络
Is it possible to get the size of the video in kilobyt开发者_如何学JAVAes in android? Is there any API for that?

Is it possible to get the size of the video in kilobyt开发者_如何学JAVAes in android? Is there any API for that?

Update I am trying to fetch the video from a http:// location.


File file = new File("xxx.flv");

long length = file.length();

length = length/1024;
0

精彩评论

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