开发者

How to retrieve video thumbnail from an absolute path?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜