MonobjcMonobjc Documented Class Library
MovieShouldLoadData Method (sender)
NamespacesMonobjc.QTKitQTMovieMovieShouldLoadData(Id)

If implemented by a delegate of a QTMovie object, called periodically while the movie is loading its data.

Original signature is '- (BOOL)movieShouldLoadData:(id)sender'

Available in VERSION and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool MovieShouldLoadData(
	Id sender
)
Public Overridable Function MovieShouldLoadData ( _
	sender As Id _
) As Boolean
public:
virtual bool MovieShouldLoadData(
	Id^ sender
)
Parameters
sender (Id)
The QTMovie object that is loading its data.
Return Value
A BOOL value; this value is ignored by QTKit.
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)