Last change
on this file since 632 was 541, checked in by Nicholas Riley, 15 years ago |
Finish migrating NJRQTMediaPopUpButton to QTKit. The alert still needs to be migrated.
|
File size:
293 bytes
|
Rev | Line | |
---|
[541] | 1 | //
|
---|
| 2 | // QTMovie-NJRExtensions.h
|
---|
| 3 | // Pester
|
---|
| 4 | //
|
---|
| 5 | // Created by Nicholas Riley on Sat Oct 26 2002.
|
---|
| 6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <QTKit/QTKit.h>
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | @interface QTMovie (NJRExtensions)
|
---|
| 13 |
|
---|
| 14 | - (BOOL)NJR_hasAudio;
|
---|
| 15 | - (BOOL)NJR_hasVideo;
|
---|
| 16 | - (BOOL)NJR_isStatic;
|
---|
| 17 |
|
---|
| 18 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.