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,
SteffHave u used this?
String Sdcard_path=Environment.getExternalStorageDirectory().getAbsolutePath() + "/myVideoThumbnails/";
;)
精彩评论