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;
精彩评论