| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | = Analysis = |
| 4 | |
| 5 | == Overview == |
| 6 | The video extension point of a scene is the one responsible for the palying of video. |
| 7 | |
| 8 | == Task requirements == |
| 9 | * Define the way video content is connected to the scene. |
| 10 | * Adapt existing video functionallity to the model. |
| 11 | |
| 12 | == Task result == |
| 13 | The result of this task should be source code. |
| 14 | |
| 15 | == Implementation idea == |
| 16 | * The video may be represented as a stream that should be played by the concrete implementors. |
| 17 | |
| 18 | == Related == |
| 19 | * [wiki:SCENE_COMMONS_R0] |
| 20 | * [wiki:SCENE_POINT_R0] |
| 21 | * [wiki:SCENE_AUDIO_POINT_R0] |
| 22 | |
| 23 | == How to demo == |
| 24 | * Describe how will the scene interact with video content. |
| 25 | |
| 26 | = Design = |
| 27 | |
| 28 | = Implementation = |
| 29 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 30 | |
| 31 | = Testing = |
| 32 | |
| 33 | = Comments = |
| 34 | |
| 35 | = Log = |
| 36 | [[Include(wiki:SCENE_VIDEO_POINT_R0_LOG)]] |