Ignore:
Timestamp:
06/15/09 06:16:52 (15 years ago)
Author:
Nicholas Riley
Message:

Minimally convert media playback to QTKit. Some direct QuickTime access still needs migrating.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSMovieAlert.h

    r133 r543  
    88
    99#import <AppKit/AppKit.h>
     10#import <QTKit/QTKit.h>
    1011#import "PSMediaAlert.h"
    1112
     
    1415@interface PSMovieAlert : PSMediaAlert {
    1516    BDAlias *alias;
    16     NSMovie *movie;
     17    QTMovie *movie;
    1718    BOOL hasAudio;
    1819    BOOL hasVideo;
     
    2425
    2526- (BOOL)hasVideo;
    26 - (NSMovie *)movie;
     27- (QTMovie *)movie;
    2728- (BDAlias *)movieFileAlias;
    2829
Note: See TracChangeset for help on using the changeset viewer.