Legacy Mac OS X Reference Library Apple Developer Connection

Legacy Documentclose button

Important: This class is deprecated. Use QTMovieView instead.


NSMovieView Class Reference (Not Recommended)

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

Important: This class is deprecated. Use QTMovieView instead.

Overview

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.

Tasks

Managing Movie Views

Configuring Playback

Playing Movies

Managing Sound

Using Movie Controllers

Editing

Constants

NSQTMovieLoopMode

These constants specify playback modes.

typedef enum {
   NSQTMovieNormalPlayback,
   NSQTMovieLoopingPlayback,
   NSQTMovieLoopingBackAndForthPlayback
} NSQTMovieLoopMode;
Constants
NSQTMovieNormalPlayback

Playback stops when end is reached.

Available in Mac OS X v10.0 and later.

Not available to 64-bit applications.

Declared in NSMovieView.h.

NSQTMovieLoopingPlayback

Restarts 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.

NSQTMovieLoopingBackAndForthPlayback

Playback 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.

Availability
  • Available in Mac OS X v10.0 and later.
  • Not available to 64-bit applications.
Declared In
NSMovieView.h


Last updated: 2007-04-02

Did this document help you? Yes It's good, but... Not helpful...