MonobjcMonobjc Documented Class Library
QTMovieAskUnresolvedDataRefsAttribute Field
NamespacesMonobjc.QTKitQTMovieQTMovieAskUnresolvedDataRefsAttribute

Indicates whether the user should be prompted to help find any unresolved data references (NSNumberYES) or not (NSNumberNO).

When the value of the QTMovieResolveDataRefsAttribute attribute is an NSNumber wrapping the value YES and a movie file contains unresolved data references, this attribute indicates whether the user should be prompted to help find the missing referenced data (NSNumberYES) or not (NSNumber NO). Typically, QTMovie will display a dialog box that allows the user to navigate to the file or URL containing the referenced data. By setting this attribute to NO, you can prevent that dialog box from being displayed and thereby speed up the movie opening and initialization process.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QTMovieAskUnresolvedDataRefsAttribute
Public Shared ReadOnly QTMovieAskUnresolvedDataRefsAttribute As NSString
public:
static initonly NSString^ QTMovieAskUnresolvedDataRefsAttribute
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)