MonobjcMonobjc Documented Class Library
QTMovieLoadState Enumeration
NamespacesMonobjc.QTKitQTMovieLoadState

The movie load state values. The attributeForKey:QTMovieLoadStateAttribute returns an NSNumber that wraps a long integer; the enumerated constants shown here are the possible values of that long integer.

Declaration Syntax
C#Visual BasicVisual C++
public enum QTMovieLoadState
Public Enumeration QTMovieLoadState
public enum class QTMovieLoadState
Members
MemberDescription
QTMovieLoadStateError

An error occurred while loading the movie.

Available in Mac OS X v10.5 and later.


QTMovieLoadStateLoading

The movie is loading.

Available in Mac OS X v10.5 and later.


QTMovieLoadStateLoaded

The movie atom has loaded; it’s safe to query movie properties.

Available in Mac OS X v10.5 and later.


QTMovieLoadStatePlayable

The movie has loaded enough media data to begin playing.

Available in Mac OS X v10.5 and later.


QTMovieLoadStatePlaythroughOK

The movie has loaded enough media data to play through to the end.

Available in Mac OS X v10.5 and later.


QTMovieLoadStateComplete

The movie has loaded completely.

Mac OS X v10.5 and later.

Declared in QTMovie.h.


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)