Changes between Version 17 and Version 18 of MEDIA_ENGINE_IMPL_MAIN_R0


Ignore:
Timestamp:
04/28/09 20:00:15 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R0

    v17 v18  
    5555 
    5656Since repainting the scene by grabbing the current frame from the player should be forced we should add a Timer which will repaint the SimpleSceneVisual's swing component if  there is a video content in this scene and it's playing. 
     57The timer instance will reside in SimpleSceneVisual because it needs access to the swingComponent() property. 
    5758The Timer instance will be in SimpleSceneVisual and it will update (force redraw) the scene 15 times in a second. The update will happen only if there's a runnig video. To understand if there's a running video use the following approach : 
    5859 * Take the scene elements 
     
    6263This is a link to a reference video: 
    6364http://www.sophie2.org/trac/browser/trunk/sophie2-platform/modules/org.sophie2.base.media/src/test/resources/demo.avi 
     65 
     66How to demo is described in the Analysis section...you should have an implementation though 
    6467 
    6568= Implementation =