MonobjcMonobjc Documented Class Library
QTMovieResolveDataRefsAttribute Field
NamespacesMonobjc.QTKitQTMovieQTMovieResolveDataRefsAttribute

Indicates whether external data references in a movie file should be resolved (NSNumberYES) or not resolved (NSNumberNO).

A movie file can contain references to media data in other locations. By default, QTMovie attempts to resolve these references at the time that the movie file is opened and a QTMovie object is instantiated. You can prevent that resolution from occurring by passing an NSNumber wrapping the value NO as the value of this attribute.

Available in Mac OS X v10.4 and later.

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