I am attemptiong to use the MediaMetadataRetriever.getFrameAtTime
(long timeUs, int option) method to retrieve bitmaps from a video file
on a honeycomb device.

This is working almost as expected however when i try to get a frame
from the end of the video by using a timestamp of
METADATA_KEY_DURATION * 1000 ( to compensate for the change to
microseconds) I get a null bitmap

I have tried both OPTION_CLOSEST_SYNC and OPTION_CLOSEST as options.

can anyone provide some advice on retrieving the last frame of the
video

thanks
-Jeffrey

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to