Article Preview
Buy Now
| PDF: |
Feature
QuickTime for Fun and Folly
The new QuickTime features in REALbasic 4.5
Issue: 1.3 (December/January 2002)
Author: Erick Tejkowski
Author Bio: Erick Tejkowski is the author of
Article Description: No description available.
Article Length (in bytes): 12,680
Starting Page Number: 25
RBD Number: 1312
Resource File(s):
1312.sit Updated: Friday, October 17, 2003 at 12:20 PM
Related Link(s): None
Known Limitations: None
Excerpt of article text...
Ever since the early days of REAL Software, QuickTime has been an important part of REALbasic. REALbasic 4.5 continues this tradition by updating QuickTime support with dozens of new features. Some of these items fill out previous features, while others provide completely new functionality. This article will step through some
of the major changes and improvements to help you get started with QuickTime
development in REALbasic 4.5.
EditableMovie
Perhaps the biggest change to QuickTime support in REALbasic 4.5 lies in the EditableMovie class, which is now a subclass of the Movie class. To create and save a movie in past versions of REALbasic, you might create a method named CreateMovie and add some code to it like in Code Listing #1.
This code creates an EditableMovie (e) at the location of the FolderItem (f). Then, it adds a new video track to the movie via the QTVideoTrack class. Finally, it adds sixty frames to the video track. Notice that there are no instructions to close or save the movie. That's because the EditableMovie's destructor took care of it for you.
...End of Excerpt. Please purchase the magazine to read the full article.
Article copyrighted by REALbasic Developer magazine. All rights reserved.
|











