Changes between Version 14 and Version 15 of MEDIA_ENGINE_IMPL_MAIN_R0


Ignore:
Timestamp:
04/23/09 14:55:41 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R0

    v14 v15  
    5454[[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/mediaFobs.png)]] 
    5555 
    56 Since 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 the there is a video content in this scene. 
     56Since 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 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 : 
     58 * Take the scene elements 
     59 * If there's a MediaSceneElement take the media state 
     60 * If the media is playing the scene sould be updated 
     61  
    5762 
    5863= Implementation =