+------------------------------------------------------------------+
|  Readme File for the QuickTime Extension to Bedrock              |
+------------------------------------------------------------------+

This subdirectory contains sample headers for the QuickTime Library 
Extension to Bedrock, as well as containing a sample movie player 
application built from these library extensions.  This application 
runs on both the Macintosh and Windows 3.1.  You need to have Quick-
Time installed on both machines before you can run it.  For this 
release, only QuickTime/Mac v1.5 and QuickTime/Win v1.0 are cur-
rently supported.

Please note that this represents work in progress.  There are known 
bugs in the sample application.  Furthermore, the interfaces to the 
library extension are still fluid.

The following components are contained in this package.


-   Includes

    This folder contains the proposed interface to the QuickTime Ex-
    tension Library. This represents only a subset of the API which 
    will appear in the first release.  This API is still extremely 
    fluid.

    QTCONTRL.H contains the interface to the standard QuickTime playback 
    component.  

    QTEXCEPT.H contains the interface to the QuickTime exception 
    classes.  

    QTMOVIE.H contains the interface to the Movie ToolBox API.  

    QTMVFILE.H contains the interface to the file system.  

    QTMVIEWS.H contains three playback views used for displaying a 
    QuickTime movies.  

    QTMVDOC.H, QTMVAPP.H and QTDEMO.H are not formally part of the 
    QuickTime API, they are used to construct the demo program 'QTDemo'.


-   Movies

    Contains two sample QuickTime Movies both of which may be played on 
    Windows and the Mac.


-   Sources

    Contains the sources for the movie player application 'QTDemo'. 
    Most of this code is standard Bedrock 'template' code; however, the 
    file 'QTMVDoc.c'  contains the actual calls to the QuickTime Library. 
    Note that only two constructor calls were needed, one to create and 
    open a QuickTime movie, and one to create and display the QuickTime 
    movie player view.


-   QTDemo

    Contains the sample movie playback application. 

    Note:  do not minimize/maximize/resize the window which encloses the 
    movie playback component during playback.


Please send all feedback to CHS@APPLELINK.APPLE.COM.






	
