开发者

How to retrieve video thumbnail from an absolute path?

开发者 https://www.devze.com 2022-12-25 01:50 出处:网络
I know this has to be trivial but I just don\'t find the right resource, I guess. So all I want to do is retrieving a thumbnail for a video. All I have is the absolute path to the file on the sdcard a

I know this has to be trivial but I just don't find the right resource, I guess.

So all I want to do is retrieving a thumbnail for a video. All I have is the absolute path to the file on the sdcard as a String. So please point me into the right direction.

And believe me开发者_如何学Python, this is embarrassing enough to ask...

Regards,

Steff


Have u used this?

String Sdcard_path=Environment.getExternalStorageDirectory().getAbsolutePath() + "/myVideoThumbnails/";

;)

0

精彩评论

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