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.
| C# | Visual Basic | Visual C++ |
public enum QTMovieLoadState
Public Enumeration QTMovieLoadState
public enum class QTMovieLoadState
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)