Changes between Version 2 and Version 3 of VIDEO_CONTENT_R0


Ignore:
Timestamp:
01/08/09 18:58:45 (16 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VIDEO_CONTENT_R0

    v2 v3  
    6161 
    6262= Design = 
     63 * Create class !VideoResource extending !BookResource it should: 
     64  * have an !InputStream variable for holding the video data. 
     65  * have constructors to which the video can be passed as URL, File, !InputStream, !BinData. 
     66  * have a getter for the variable holding the video data. 
     67 
     68 * Create class !VideoContent extending !FrameContent it should: 
     69  * implement the mainResource property of !FrameContent with template type !VideoResource. 
     70 
     71 * Create class !VideoSceneElement extending !SceneElement it should: 
     72  * contain !VideoHandler which have a final property with template type !InputStream. 
     73 
     74 * Create class !VideoContentView extending !ContentView it should: 
     75  * implement the model property of !ContentView with template type !VideoFrameContent. 
     76  * implement the element property of !ContentView with template type !VideoSceneElement. 
     77  * implement the property of !ContentView associated with halo menus for videos. (Can't be done right now because halo menus for content aren't implemented yet. 
     78 
     79 * The interface !VideoHandler should be changed so that it contains a final property with template type !InputStream. 
    6380 
    6481= Implementation =