/* File: QTSMovie.r Contains: QuickTime Interfaces. Version: QuickTime 7.7.1 Copyright: © 1990-2012 by Apple Inc., all rights reserved Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __QTSMOVIE_R__ #define __QTSMOVIE_R__ #ifndef __CORESERVICES_R__ #include #endif #define kQTSStreamMediaType 'strm' #define kQTSHintMediaType 'hint' #endif /* __QTSMOVIE_R__ */