[[BackLinksMenu]] = Analysis = == Overview == This task is related to the interaction between the base scene module and other parts of the application. == Task requirements == * Make a module for the scene library * There should be an extension point for concrete implementations * There should be extension points for audio and video players. These are supposed to be implemented by the concrete scenes. * Define the interfaces used for communication with other components == Task result == The result of this task should be source code. == Implementation idea == * Make a sophie module. * Make classes and/or interfaces for the extension point. == Related == * [wiki:SCENE_COMMONS_R0] * [wiki:SCENE_AUDIO_POINT_R0] * [wiki:SCENE_VIDEO_POINT_R0] == How to demo == * Explain the capabilities of the extension points and interfaces = Design = = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = = Log = [[Include(wiki:SCENE_POINT_R0_LOG)]]