SimpleSimon
Joined: 05 Jan 2005
Posts: 8
|
Posted:
Fri May 12, 2006 10:06 pm Post subject:
|
|
|
If you're using the WMFSDK 9.5 IWMReader interface, it delivers every frame of data (images and audio) to you. It then becomes your responsibility to render them. It would be easy in such a situation to persist the last frame of image data.
It would be equally easy to load a second video in the background while the first is playing so that you could start the second immediately after the first has finished, so you would no longer have a need to persist the last frame of the first video. |
|