MonobjcMonobjc Documented Class Library
QTMovieOpenForPlaybackAttribute Field
NamespacesMonobjc.QTKitQTMovieQTMovieOpenForPlaybackAttribute

Indicates whether the QTMovie will be used only for playback (NSNumberYES) or not (NSNumberNO).

Set this attribute to an NSNumber wrapping YES to indicate that you intend to use movie playback methods (such as -play or -stop, or corresponding movie view methods such as -play: or -pause:) to control the movie, but do not intend to use other methods that edit, export, or in any way modify the movie. Knowing that you need playback services only may allow QTMovie to use more efficient code paths for some media files.

This attribute is meaningful only when added to the dictionary passed to -initWithAttributes:error:. In particular, setting this attribute on a QTMovie object that is already open has no effect.

Declared in QTMovie.h.

Mac OS X v10.6 and later; QuickTime 7.6.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QTMovieOpenForPlaybackAttribute
Public Shared ReadOnly QTMovieOpenForPlaybackAttribute As NSString
public:
static initonly NSString^ QTMovieOpenForPlaybackAttribute
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)