Important:
This class is deprecated. Use QTMovieView instead.
| Inherits from | NSView : NSResponder : NSObject |
| Conforms to | NSUserInterfaceValidations NSAnimatablePropertyContainer (NSView) NSCoding (NSResponder) NSObject (NSObject) |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.0 and later. Not available to 64-bit applications. |
| Companion guide | |
| Declared in | NSMovieView.h |
| Related sample code |
An NSMovieView displays an NSMovie (a wrapper for a QuickTime movie) in a frame and provides methods for playing and editing the movie. The view can optionally display a standard QuickTime movie controller, or you can provide your own interface linked to NSMovieView’s action methods.
– movie Deprecated in Mac OS X v10.5
– movieRect Deprecated in Mac OS X v10.5
– resizeWithMagnification: Deprecated in Mac OS X v10.5
– setMovie: Deprecated in Mac OS X v10.5
– sizeForMagnification: Deprecated in Mac OS X v10.5
– loopMode Deprecated in Mac OS X v10.5
– playsEveryFrame Deprecated in Mac OS X v10.5
– playsSelectionOnly Deprecated in Mac OS X v10.5
– setLoopMode: Deprecated in Mac OS X v10.5
– setPlaysEveryFrame: Deprecated in Mac OS X v10.5
– setPlaysSelectionOnly: Deprecated in Mac OS X v10.5
– gotoBeginning: Deprecated in Mac OS X v10.5
– gotoEnd: Deprecated in Mac OS X v10.5
– gotoPosterFrame: Deprecated in Mac OS X v10.5
– isPlaying Deprecated in Mac OS X v10.5
– rate Deprecated in Mac OS X v10.5
– setRate: Deprecated in Mac OS X v10.5
– start: Deprecated in Mac OS X v10.5
– stepBack: Deprecated in Mac OS X v10.5
– stepForward: Deprecated in Mac OS X v10.5
– stop: Deprecated in Mac OS X v10.5
– isMuted Deprecated in Mac OS X v10.5
– setMuted: Deprecated in Mac OS X v10.5
– setVolume: Deprecated in Mac OS X v10.5
– volume Deprecated in Mac OS X v10.5
– isControllerVisible Deprecated in Mac OS X v10.5
– movieController Deprecated in Mac OS X v10.5
– showController:adjustingSize: Deprecated in Mac OS X v10.5
– clear: Deprecated in Mac OS X v10.3
– copy: Deprecated in Mac OS X v10.5
– cut: Deprecated in Mac OS X v10.5
– delete: Deprecated in Mac OS X v10.5
– isEditable Deprecated in Mac OS X v10.5
– paste: Deprecated in Mac OS X v10.5
– selectAll: Deprecated in Mac OS X v10.5
– setEditable: Deprecated in Mac OS X v10.5
These constants specify playback modes.
typedef enum {
NSQTMovieNormalPlayback,
NSQTMovieLoopingPlayback,
NSQTMovieLoopingBackAndForthPlayback
} NSQTMovieLoopMode;
NSQTMovieNormalPlaybackPlayback stops when end is reached.
Available in Mac OS X v10.0 and later.
Not available to 64-bit applications.
Declared in NSMovieView.h.
NSQTMovieLoopingPlaybackRestarts playback at beginning when end is reached.
Available in Mac OS X v10.0 and later.
Not available to 64-bit applications.
Declared in NSMovieView.h.
NSQTMovieLoopingBackAndForthPlaybackPlayback runs forward and backward between both endpoints.
Available in Mac OS X v10.0 and later.
Not available to 64-bit applications.
Declared in NSMovieView.h.
NSMovieView.h
Last updated: 2007-04-02