Hi,
I am trying to generate thumbfile of a video on my tablet having android 5.0.1 it says "No media on the device." The media video file is present and it is running also.
m=mb.GetExtVideoFileInfo(File.DirRootExternal & "/SVPS/" & sSelectedFile)
bmp = mb.GetVideoThumbnailByID(m.Get("ID0"),True)
I doubt in Activity_Create i have initialized mb as
If FirstTime Then mb.Initialize("")
and the above code in written in Activity_Resume so i initialize it again in Activity_Resume it didnt work. I removed the intialize statement even that didn't work.
What could be wrong?
Pls guide me.
Juzer
I am trying to generate thumbfile of a video on my tablet having android 5.0.1 it says "No media on the device." The media video file is present and it is running also.
m=mb.GetExtVideoFileInfo(File.DirRootExternal & "/SVPS/" & sSelectedFile)
bmp = mb.GetVideoThumbnailByID(m.Get("ID0"),True)
I doubt in Activity_Create i have initialized mb as
If FirstTime Then mb.Initialize("")
and the above code in written in Activity_Resume so i initialize it again in Activity_Resume it didnt work. I removed the intialize statement even that didn't work.
What could be wrong?
Pls guide me.
Juzer