Changes between Version 17 and Version 18 of MEDIA_ENGINE_IMPL_MAIN_R0
- Timestamp:
- 04/28/09 20:00:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MEDIA_ENGINE_IMPL_MAIN_R0
v17 v18 55 55 56 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 there is a video content in this scene and it's playing. 57 The timer instance will reside in SimpleSceneVisual because it needs access to the swingComponent() property. 57 58 The 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 59 * Take the scene elements … … 62 63 This is a link to a reference video: 63 64 http://www.sophie2.org/trac/browser/trunk/sophie2-platform/modules/org.sophie2.base.media/src/test/resources/demo.avi 65 66 How to demo is described in the Analysis section...you should have an implementation though 64 67 65 68 = Implementation =