home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / directshow / editing / dextervb / resources / doc / dextervb.doc
Encoding:
Text File  |  2000-09-22  |  2.0 KB  |  44 lines

  1. Dexter (DirectShow Editing Services) VB Sample Application
  2.  
  3. Source: (SDK root)\Samples\Multimedia\VBSamples\DirectShow\Editing\DexterVB
  4.  
  5. The Dexter VB Sample application is a GUI-based tool used to create a multimedia timeline and to load, edit, and save the timeline to an .XTL file.  This sample application demonstrates the following tasks related to timeline functions in Visual Basic:
  6.  
  7. * Loading and saving .XTL files through the Dexter libraries
  8. * Adding, editing, and deleting items from the timeline through the Dexter libraries
  9. * Support for rendering audio and video playback to an ActiveMovie window through the Dexter libraries
  10.  
  11. The user interface is divided into the following parts.
  12.  
  13. 1. Pull Down Menus
  14.     a. Creating New Timelines.
  15.     b. Opening Existing Timelines
  16.     c. Saving Timelines
  17.     d. Exiting the Application
  18. 2. Button Bar
  19. 3. Tree View
  20. 4. Explorer View
  21.  
  22. The button bar is divided into the following sections, from left to right.
  23.  
  24.     New
  25.     Open
  26.     Save
  27.     Seek To Beginning of timeline
  28.     Seek Backward 1 second
  29.     Play Timeline
  30.     Pause Playback
  31.     Stop Playback
  32.     Seek Forward 1 second
  33.     Seek to End of timeline
  34.  
  35.  
  36. Once the timeline is loaded, the timeline will appear in the left pane of the application in the tree view.
  37.  
  38. If you select an item in the tree view, the properties for that item are displayed in the right pane (in a read-only list view control).
  39.  
  40. Timeline Operations (Inserts / Edits / Deletes) are accomplished by right clicking on an item in the left pane. A context-sensitive menu will appear that will allow you to modify the timeline. A different popup menu will appear depending on the item selected in the TreeView.  For example, right clicking on the timeline will bring up the timeline menu, whereas right clicking on the group will bring up the group menu. These menus are different and will only allow you to do timeline modifications that are allowed on the selected object.
  41.  
  42. The pull-down menus are for creating a new timeline, opening an existing timeline, and saving a timeline as an XML file.
  43.  
  44.